impersonation

  • Thread starter Thread starter Brent Burkart
  • Start date Start date
B

Brent Burkart

I have a directory synchronization service that requires access to network
shares. I am getting access denied errors. It looks like I need to
implement impersonation.

Can anyone direct me to a working example or good article of impersonation
for a windows application?

Any help is appreciated.

Thanks,
Brent
 
* "Brent Burkart said:
I have a directory synchronization service that requires access to network
shares. I am getting access denied errors. It looks like I need to
implement impersonation.

Can anyone direct me to a working example or good article of impersonation
for a windows application?

P/invoke on 'ImpersonateLoggedOnUser':

<http://groups.google.com/[email protected]>
 
Back
Top