Em Thu, Jan 30, 2003 at 04:29:04PM -0200, Andreas Hasenack escreveu: > Immediately afterwards I run: > smbpasswd -t DISTRO -r TESTE011 -D 4 > > and get: > (...) > cli_net_req_chal: LSA Request Challenge from TESTE011 to PANDORA: 934D0AA570E6938A > cred_session_key > cred_create > cli_net_auth2: srv:\\TESTE011 acct:PANDORA$ sc:6 mc: PANDORA chal C72569B51FC1D884 >neg: 1ff > cli_net_auth2: Error NT_STATUS_NO_TRUST_SAM_ACCOUNT
Ok, finally found something. It's in smb.conf. If I leave "domain logons = yes" in /etc/smb.conf, then the above smbpasswd command fails. If I comment "domain logons", then the above command works. Also, without domain logons, I can issue: smbclient -L PANDORA -U user%pass and it will happily authenticate "user" against my W2K server. Now I need a way to make my workstations (winxp) try to logon on the linux samba server but authenticate against my w2k server. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
