Displaying 1 result from an estimated 1 matches for "fileservertest".
2004 Mar 16
1
smbclient with lanman auth=no unable to connect
Hi all,
In short, how do you force smbclient not to use Lanman passwords ?
I specify these in my smb.conf
lanman auth = no
min protocol = NT1
Trying smbclient from the same host,
root@localhost root]# smbclient //fileservertest/private -U somebody
Password:
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.2a]
tree connect failed: NT_STATUS_WRONG_PASSWORD
Here are the logs,
[2004/03/17 00:00:52, 3] libsmb/ntlm_check.c:ntlm_password_check(306)
ntlm_password_check: Lanman passwords NOT PERMITTED for user somebody
[2004/03/1...