Hi.
I need a function to validate the login and password of the current user
when runs my application.
I have readed that the process must have the SE_TCB_NAME privilege to call
LogonUser function correctly in a network logon.
I only need to check login and password. is there another way to do this
without this privilege?
If not, how can I enable this privilege to my apllication?
Thanks.
Pau.
(D7, WorkStation Winxp sp2, Server Windows 2000)