Used LogonUser to validate user credentials. Now i was wondering why it is no longer working with Vista. MSDN says the user to logon needs the SE_TCB_NAME priviledge.
http://support.microsoft.com/kb/180548/en-us
There is also an example in C. Compared to the LogonUser function this is heavy stuff.
Has anyone a workaround for the LogonUser issue to work with Vista?
http://support.microsoft.com/kb/180548/en-us
There is also an example in C. Compared to the LogonUser function this is heavy stuff.
Has anyone a workaround for the LogonUser issue to work with Vista?
Comment