Date: Sun, 11 Sep 2011 04:09:39 +0200 From: Polytropon <freebsd@edvax.de> To: Graeme Dargie <arab@tangerine-army.co.uk> Cc: "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org> Subject: Re: Samba question Message-ID: <20110911040939.78360716.freebsd@edvax.de> In-Reply-To: <0EE458C34045A44DBC2CA2DC5CEB42B5232131B947@mercury.universe.galaxy.lcl> References: <0EE458C34045A44DBC2CA2DC5CEB42B5232131B947@mercury.universe.galaxy.lcl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 10 Sep 2011 11:53:48 +0100, Graeme Dargie wrote: > I am trying to mount a samba share that is on a FreeBSD 8.2 > server to another FreeBSD 8.2 server, > > Mount_smbfs -I <IP> //user@host/share /mountpoint > > It then asks for a password, I enter the users password > and then get mount_smbfs: unable to open connection: > syserr = Authentication error > > Dmesg is showing smb_co_lock: recursive lock for object 1 > > I have samba integrated with Active Directory, so I then thought > ah maybe adding the user to AD would help, so I have done so > using the same password etc still no joy, I have make sure the > user has access rights on the samba share, restarted samba and > the same error persists, any ideas ? Sorry, my indivudal knowledge on "Windows" related things is very limited, but maybe you need to add some information into /etc/nsmb.conf? Maybe like this: [default] workgroup=YOUR_WORKGROUP_NAME [SERVERNAME] addr=192.168.2.2 [SERVERNAME:USERNAME] password=TOPSECRET where SERVERNAME and USERNAME correspond to the server's name and the username you use to access the share (with the proper password). See "man nsmb.conf" for details. Parts of those information should then be reflected in /etc/fstab, maybe like this: //user@SERVERNAME/share /smb/share smbfs rw,noauto 0 0 This should allow you to use # mount /smb/share a bit easier (and automatically, if desired). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110911040939.78360716.freebsd>