[Samba] error:SMB signing is mandatory error.

2003-12-05 Thread Lucas Albers
I have encountered this error: cli_negprot: SMB signing is mandatory and we have disabled it. 26595: protocol negotiation failed SMB connection failed when I am attempting to mount a windows xp machine from a linux machine: mount -t smbfs //machine/share /root/smb_mnt -o

Re: [Samba] error:SMB signing is mandatory error.

2003-12-05 Thread Andrew Bartlett
On Fri, Dec 05, 2003 at 04:38:37PM -0700, Lucas Albers wrote: I have encountered this error: cli_negprot: SMB signing is mandatory and we have disabled it. 26595: protocol negotiation failed SMB connection failed when I am attempting to mount a windows xp machine from a linux machine:

Re: [Samba] error:SMB signing is mandatory error.

2003-12-05 Thread Lucas Albers
I have answered this one before - smbfs *is not* compatible with SMB signing, and therefore cannot be used with win2k3 DCs in their default mode. This is one of smbfs's numerous failings. The CIFS VFS - http://www.samba.org/samba/Linux_CIFS_client.htm - does not have this issue. Andrew