Date: Wed, 25 Oct 2017 07:29:12 -0500 From: "Dean E. Weimer" <dweimer@dweimer.net> To: Matthias Apitz <guru@unixarea.de>, freebsd-questions@freebsd.org Cc: owner-freebsd-questions@freebsd.org Subject: Re: smbclient(1) works, but mount_smbfs(8) does not Message-ID: <b7e8d0c9bf64639daba7b93965cc472e@dweimer.net> In-Reply-To: <20171025085121.GA27022@sh4-5.1blu.de> References: <20171025085121.GA27022@sh4-5.1blu.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2017-10-25 3:51 am, Matthias Apitz wrote: > Hello, > > At work I have a FreeBSD 12-CURRENT in a VirtualBox on top of Windows > and I was used to use mount_smbfs(8) to mount the Windows onto my > FreeBSD without any problem. From one day to the other it stopped > working and gives Authentication error. I have not changed any > credentials or the like. > > I'm happy to see, that smbclient(1) works still fine, using the same > credentials: > > $ cat .smbpw > username = apitzm > password = SantaClXXXXXXXXXXXX > domain = company > $ smbclient //APITZM-LTOH/apitzm -A .smbpw -I 10.49.8.30 > Domain=[company] OS=[Windows 7 Professional 7601 Service Pack 1] > Server=[Windows 7 Professional 6.1] > smb: \> > > es geht nicht mit: > > # mount_smbfs -I 10.49.8.30 -u guru -g wheel > //apitzm@APITZM-LTOH/apitzm /win > Password: > mount_smbfs: unable to open connection: syserr = Authentication error > > I have no access to the servers behind my workstation. > In the truss of mount_smbfs the failing looks like this: > > ... > openat(AT_FDCWD,"/dev/nsmb",O_RDWR,00) = 3 (0x3) > ioctl(3,SMBIOC_LOOKUP,0xffffdc38) ERR#80 'Authentication > error' > write(2,"mount_smbfs: ",13) = 13 (0xd) > write(2,"unable to open connection",25) = 25 (0x19) > > I have no access to the servers behind my workstation. Any idea what > could be the reason. Maybe I could compile a debug version of > mount_smbfs to see what is in the struct of the ioctl(2) call... > > Thanks > > matthias Did NTLM version 1 get disabled on your Windows system? mount_smbfs doesn't support NTLM version 2, but smbclient does. -- Thanks, Dean E. Weimer http://www.dweimer.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b7e8d0c9bf64639daba7b93965cc472e>