How to refresh a users permissions?

G

Guest

Question:

How do I refresh on the local computer the users AD( LDAP ) credentials
without having them re-log our re-boot their system?

Scenario:
Users A is denied access to folder Z. Admin on DC grants User A group
membership to a group that has access to folder Z. User A ( without having to
log out or reboot ) access folder Z.

Comments:
This could be done by simply running a small c# program that calls to
refresh the permissions.


Thanks
ISD
 
W

Willy Denoyette [MVP]

ISD said:
Question:

How do I refresh on the local computer the users AD( LDAP ) credentials
without having them re-log our re-boot their system?

Scenario:
Users A is denied access to folder Z. Admin on DC grants User A group
membership to a group that has access to folder Z. User A ( without having to
log out or reboot ) access folder Z.

Comments:
This could be done by simply running a small c# program that calls to
refresh the permissions.


Thanks
ISD


You can't without a new logon, access privilege information is part of the access token
obtained during logon, so "refresh" means logoff/logon.

Willy.
 
G

Guest

Thanks Willy. I was afraid of that...

Willy Denoyette said:
You can't without a new logon, access privilege information is part of the access token
obtained during logon, so "refresh" means logoff/logon.

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top