Displaying 1 result from an estimated 1 matches for "db2z07".
Did you mean:
d6207
2012 Jul 19
1
Mutex lock contention against Active directory domain controllers causing authentication failures
...lock for UOS-ADS00002-SI.SOTON.AC.UK
[2012/07/18 20:01:03.757420, 0] auth/auth_domain.c:292(domain_client_validate)
domain_client_validate: Domain password server not available.
[2012/07/18 20:01:03.757527, 2] auth/auth.c:319(check_ntlm_password)
check_ntlm_password: Authentication for user [db2z07] -> [db2z07] FAILED with error NT_STATUS_NO_LOGON_SERVERS
After reading through the Samba source code it looks like whenever a new session setup happens it tries to authenticate the user, but to do this it must first lock a key in the mutex.tdb file. It tries to lock the key but fails (three ti...