[Samba] Samba 4.11.8 on FreeBSD-12.1

Rowland penny rpenny at samba.org
Fri May 29 20:06:44 UTC 2020


On 29/05/2020 20:57, James B. Byrne via samba wrote:
> I worked around this by modifying smb4.conf to contain:
>
>          bind interfaces only = Yes
> 	interfaces = localhost lo smb4-1 eth0
> and
>          server services = -nbt
>
> The 'server services' entry is required because without it samba reports that
> port 137 is already bound and then terminates.
>
> However, the output still does not match what the wiki says to expect:
Where does it say that, I will fix it.
>
> smbclient -L localhost -U%
> Domain=[SAMDOM] OS=[Unix] Server=[Samba x.y.z]
>
> I do not see the domain, OS or version displayed.

It hasn't said that since 4.7.0, it should now look similar to this:

pi at raspberrypi:~ $ smbclient -L localhost -N

     Sharename       Type      Comment
     ---------       ----      -------
     home            Disk
     testshare       Disk      test share
     users           Disk
     IPC$            IPC       IPC Service (Samba Client raspberrypi)
SMB1 disabled -- no workgroup available

Rowland





More information about the samba mailing list