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]>
 

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

Back
Top