Luc Van Hoeylandt
2002-Jan-28 03:32 UTC
Problem authenticating users when joining W2K domain
Hi, I've installed samba 2.2 (CVS) on linux joining and succesfully joined the domain. However when trying to access shares samba failes to authenticate the user on the PDC. When using wbinfo everything seems to work fine: ./wbinfo -a CEREUSBE+smbtest%smbtest plaintext password authentication succeeded challenge/response password authentication succeeded ./wbinfo -t Secret is good However smbd complains about NT_STATUS_NO_SUCH_USER: smbd log: [2002/01/28 13:10:41, 0] rpc_client/cli_netlogon.c:cli_net_sam_logon_internal(406) cli_net_sam_logon_internal: NT_STATUS_NO_SUCH_USER [2002/01/28 13:10:41, 0] smbd/password.c:domain_client_validate(1572) domain_client_validate: unable to validate password for user smbuser in domain CEREUSBE to Domain controller NT2000. Error was NT_STATUS_NO_SUCH_USER. [2002/01/28 13:10:41, 0] passdb/pdb_smbpasswd.c:pdb_getsampwnam(1367) unable to open passdb database. [2002/01/28 13:10:41, 0] passdb/pdb_smbpasswd.c:pdb_getsampwnam(1367) unable to open passdb database. Any help would be greatly appreciated. Thanks, Luc smb.conf: [global] workgroup = CEREUSBE guest account = nobody keep alive = 30 os level = 2 kernel oplocks = false security = domain password server = NT2000 winbind uid = 10000-20000 winbind gid = 10000-20000 winbind enum users = yes winbind enum groups = yes template shell = /bin/bash winbind separator = + encrypt passwords = yes printing = bsd printcap name = /etc/printcap load printers = yes socket options = TCP_NODELAY [Test] comment = test share browseable = yes valid users = smbtest path = /home/samba