P
plmanikandan
Hi,
i need to use logonuser api in c# for windows 2000.
Logonuser api is working fine in windowsXp,Windows2003 server.in
windows 2000 for running logonuser api we need SE_TCB_NAME
Privilege(act as part of operating system).i need to set the
SE_TCB_NAME Privilege programatically with out restarting the
system for the privilege to take effect.
My program need is to check the username,password provided by the
user matches with windows username,password.Is there any other way
to check windows username,password other than using logonuser
Please help me out to solve the problem
i need to use logonuser api in c# for windows 2000.
Logonuser api is working fine in windowsXp,Windows2003 server.in
windows 2000 for running logonuser api we need SE_TCB_NAME
Privilege(act as part of operating system).i need to set the
SE_TCB_NAME Privilege programatically with out restarting the
system for the privilege to take effect.
My program need is to check the username,password provided by the
user matches with windows username,password.Is there any other way
to check windows username,password other than using logonuser
Please help me out to solve the problem