This is a discussion on RE: [Samba] Two Locations, One Domain - LDAP Auth Failure within the Samba forums, part of the Networking and Network Related category; >here's the problem: > check_ntlm_password: Authentication for user [andy] -> [andy] FAILED with error NT_STATUS_NO_SUCH_USER > [2005/09/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
>here's the problem:
> check_ntlm_password: Authentication for user [andy] -> [andy] FAILED with error NT_STATUS_NO_SUCH_USER > [2005/09/20 12:44:41, 3] smbd/process.c:timeout_processing(1334) Are you sure? That comes after the line: [2005/09/20 12:44:41, 3] auth/auth_sam.c:check_sam_security(257) check_sam_security: Couldn't find user 'andy' in passdb. ....which seems to imply that because the LDAP auth failed, samab attempted to use old-style passwd-based auth instead - which will fail because 'andy' only exists in the LDAP directory, not passwd/smbpasswd. >has the user the sambasid attribute? Is it filled? did you use smbldap-tools? No idea... I'm an LDAP n00b! How would I find this out? But yes, to add the user I used "smbldap-useradd" and "smbldap-passwd". Any thoughts? Thanks, Andy -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |