Date: Thu, 22 May 2008 13:11:56 +0200 From: Hartmut Brandt <hartmut.brandt@dlr.de> To: Derek Taylor <det135@psu.edu> Cc: freebsd-hackers@freebsd.org Subject: Re: Kerberized CIFS client? Message-ID: <483554FC.9040908@dlr.de> In-Reply-To: <20080521182722.GC40818@psu.edu> References: <20080521182722.GC40818@psu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Derek Taylor wrote: > This question was previously posed of the freebsd-questions list, but > with no response for a week, I'd like to try my luck here. If there's > any more information I should include, please speak up: I would be glad > to oblige. > > I would like to use smb/cifs with kerberos auth, but mount_smbfs doesn't > seem to support this. > > Is anyone aware of an alternate means of performing a mount via smb/cifs > or any patches to provide such functionality? > > I already have smbclient working with -k, but I am also interested in a > mount. Try smbnetfs from ports. It's fuse based and seems to work very nice. If you have a large amount of shares floating in your network you want to restrict it to mount only the needed shares via the config file. Otherwise it will mount what it can find... It plays nicely with kerberors. When your ticket expires you immediately loose access; when you renew it you gain access again. All without the need to unmount/mount. Just call smbnetfs once you have your ticket. You may even do this from your .profile. harti
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?483554FC.9040908>