Thanks for trying, but I had encrypt passwords set :-(
Got rid of the BT error message by setting the protocol to LANMAN2, but now I'm getting smbclient -L \gate -U [user masked]%[password masked] added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0 session setup failed: ERRSRV - ERRbadpw (Bad password - name/password pair in a Tree Connect or Session Setup are invalid.)
Any ideas?
smb.conf is below
Tony
***************************************************************************** smb.conf ***************************************************************************** ======================= Global Settings ===================================== [global] log file = /var/log/samba/%m.log lanman auth = Yes protocol = LANMAN2 load printers = yes smb passwd file = /etc/samba/smbpasswd root directory = /home interfaces = 192.168.0.1/255.255.255.0 encrypt passwords = Yes password level = 0 dns proxy = no netbios name = gate netbios aliases = gate browseable = yes printing = lprng writeable = yes workgroup = WORKGROUP security = user passwd program = passwd chat = max smbd processes = 10
[homes] comment = Home Directories public = yes
**************************************************************************
On Sat, 2003-05-17 at 03:44, Robert Tillyard wrote:
Have you enabled encrypted passwords in Samba?
I think you may need it, Windows 95 doesn't.
Regards, Rob.