Hi there, since Samba 3.0.29, the ntlm_auth stopped working. Configuration: Take a look at bug 4886. The content of smb.conf is equal. Samba is running in PDC mode + winbindd is running. ntlm_auth with 3.0.28a: ntlm_auth --username=<user> --password=<password> results with: NT_STATUS_OK: Success (0x0) All daemons (smbd, nmbd, winbindd) are running. ntlm_auth with 3.0.29: ntlm_auth --username=<user> --password=<password> results with: NT_STATUS_NO_LOGON_SERVERS: No logon servers (0xc000005e) All daemons (smbd, nmbd, winbindd) are up. On a samba-machine acting as a member server (no PDC, winbindd up), the mentioned operation is working (3.0.28a / 3.0.29)as expected: "NT_STATUS_OK: Success (0x0)". So I think, there is a bug, if the machine is running in PDC mode + winbindd running. At the moment, I went back to version 3.0.28a, cause this version works like it should be. Greets, Michael
This is a duplicate of #5489. I'm tracking the problem there. Jeremy. *** This bug has been marked as a duplicate of 5489 ***