Patrick
2010-04-21 22:23:01 UTC
Hi,
I have a conundrum that I cannot figure out.
Expected result:
User access network share, user gets access denied.
AD admin updates group membership to add user.
User gains access (immediately + directory service update period) to
previously denied share.
Current result:
User access network share, user gets access denied.
AD admin updates a user's group membership.
User attempts to access immediately, access denied.
User waits 15 minutes, access denied.
User waits 24 hours, access denied.
User waits 48 hours, access denied.
User logs out, logs in, access granted.
The question is, is this an expected result? The end result is I'm working
on an applicaiton that needs near instantaneous group update details and
using the GetAuthorizationGroups call, I get this result (and with the above
tests). If this is not an expected result, what could I be doing wrong in
setup? If this is the expected norm, other than direct LDAP calls, is there
another option to which I can do this same call process? (Yes, LDAP call
does reflect the change immediately).
Test machines have been:
Win2k8 + AD
Win2k8 file server
WinXP client
Win7 client
Kind regards,
Patrick
I have a conundrum that I cannot figure out.
Expected result:
User access network share, user gets access denied.
AD admin updates group membership to add user.
User gains access (immediately + directory service update period) to
previously denied share.
Current result:
User access network share, user gets access denied.
AD admin updates a user's group membership.
User attempts to access immediately, access denied.
User waits 15 minutes, access denied.
User waits 24 hours, access denied.
User waits 48 hours, access denied.
User logs out, logs in, access granted.
The question is, is this an expected result? The end result is I'm working
on an applicaiton that needs near instantaneous group update details and
using the GetAuthorizationGroups call, I get this result (and with the above
tests). If this is not an expected result, what could I be doing wrong in
setup? If this is the expected norm, other than direct LDAP calls, is there
another option to which I can do this same call process? (Yes, LDAP call
does reflect the change immediately).
Test machines have been:
Win2k8 + AD
Win2k8 file server
WinXP client
Win7 client
Kind regards,
Patrick