View Full Version : User Authentication


Faisal Masoor
07-14-2004, 02:17 PM
Hello All

I want to authenticate a windows user i cant use LogonUser because the
client user may not have SE_TCB_NAME privilage i am using SSPI but in case
of error i does not provide exact error message: For example if the user is
not allowed to log on the domain from the this computer. SSPI gives an
internal SSPI error rather than informing that the user is not allowed to
login from this computer.

Is there any other way to authenticate domain and Local users.

Thanks in Advance!
Faisal Mansoor