Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
CVSROOT: /usr/local/cvs Module name: cvsnt Repository: cvsnt/windows-NT/setuid/setuid/ Changes by: tmh at betty.magenta-netlogic.com. 04/02/10 03:27:56 Modified files: cvsnt/windows-NT/setuid/setuid/: Tag: CVSNT_2_0_x LsaSetuid.cpp setuid.cpp setuid.def stdafx.h Log message: Use LsaApLogonUser instead of LsaApLogonUserEx... despite the fact that this contradicts the documentation, the ...Ex version seems to be a cause of instability (in particular the MachineName parameter, which if you don't set it causes a null pointer exception, and if you do set it occasionally causes a deadlock...) Soak test of 10,000 logins seems to be OK so that's one source of errors gone.