Cannot connect to Samba share

Karl Vogel vogelke at bsd118.wpafb.af.mil
Tue Apr 27 02:11:16 UTC 2010


>> 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


More information about the freebsd-questions mailing list