A required privilege is not held by the client on Windows 2000 Advanced Server

  • Thread starter Thread starter Parv
  • Start date Start date
P

Parv

I am trying to impersonate user to some other system using
userName,domainName,password in C#. My Code is working fine if i am
working on Windows 2000 professional after assigning current user "Act
as part of Operating system" permission.
But when i tried to do the same on Windows 2000 advanced server
after assigning current user i.e. administrator or anyone else "Act as
part of Operating system" permission it gives me error "A required
privilege is not held by the client". What is extra that i have to do
on windows 2000 advanced server.

Best Regards,
Parveen Beniwal
 
Hi all
Answering my own question. I was facing this problem as i was
working on Domain Controller not on a client machine and to do the
required current user must have same permission i.e. "Act as part of
Operating system" in Domain Controller Security Policy and Domain
Security Policy along with the Local Security policy.
After this we'll be able to impersonate user on Window 2000 Advanced
Server also. BTW thanx to everyone.

Best Regards
Parveen Beniwal
 
Back
Top