Date: Mon, 26 Apr 2010 22:10:36 -0400 (EDT) From: vogelke@bsd118.wpafb.af.mil (Karl Vogel) To: freebsd-questions@freebsd.org Subject: Re: Cannot connect to Samba share Message-ID: <20100427021036.74CAABE16@bsd118.wpafb.af.mil> In-Reply-To: <201004262341.o3QNfJoX020283@yoda.pixi.com> (osp@aloha.com) References: <201004262341.o3QNfJoX020283@yoda.pixi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>> On Mon, 26 Apr 2010 13:41:19 HST, Gary Dunn said: G> I have my FreeBSD 8.0 based NAT access point working. Besides being a G> connection sharing gateway I want it to provide simple file and printer G> sharing to all downstream clients. I have two test clients, one FreeBSD G> 7.1-RELEASE-p8, one Windows Vista Enterprise SP1. In use the clients G> will all be Vista. The FreeBSD client can connect with smbclient. The G> Vista client cannot. The Vista configuration should be considered highly G> locked down by GPO. We had a hell of a time with Samba when Vista first came out. If you can make any changes on the Vista side, this link might help: http://www.builderau.com.au/blogs/codemonkeybusiness/viewblogpost.htm?p=339270746 Get Vista and Samba to work Brendon Chase Mon, 11 Dec 2006 17:11:22 -0500 Early adopters of Microsoft's new Vista operating system may notice that it will not connect to Samba share folders out of the box. This will be a bit of a pain for many enterprise customers. The technical reason is because Microsoft Vista's default security policy is to only use NTLMv2 authentication. Current versions of Samba handle Vista fine. We use this in our smb.conf file: # If you're using Vista client NTLMv2 auth = Yes client lanman auth = Yes client plaintext auth = Yes use spnego = Yes client signing = auto server signing = auto client use spnego = Yes client schannel = Auto server schannel = Auto -- Karl Vogel I don't speak for the USAF or my company Suggested names for Walmart Wine #13: White Trashfindel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100427021036.74CAABE16>