← Back to team overview

enterprise-support team mailing list archive

[Bug 1831441] [NEW] Please add WS-Discovery ( WSD ) support for Windows Samba server discovery.

 

Public bug reported:

Please add WS-Discovery ( WSD ) support for Windows Samba server
discovery.

Windows 10 disables the smbv1 client dialect on new builds and this in
turn disables NetBIOS host discovery in its File manager. Configured
this way Win10 will never be able to browse the network and discover a
Linux Samba server. With the addition of WSD in Ubuntu Win10 will
discover the Linux Samba server using its native WSD protocol.

There exists in github something that has most of this already created.
One can use it in Ubuntu but it requires some work to implement:

[1] Download the file:

wget https://github.com/christgau/wsdd/archive/master.zip

[2] After unzipping it rename the python script:

sudo mv wsdd-master/src/wsdd.py wsdd-master/src/wsdd

[3] Copy it to /usr/bin

sudo cp wsdd-master/src/wsdd /usr/bin

[4] A systemd service file is already provided in the package it just
needs to be copied to the correct location:

sudo cp wsdd-master/etc/systemd/wsdd.service /etc/systemd/system

[5] The wsdd.service file has to be edited to remove references to the
nobody user:

#User=nobody
#Group=nobody

[6] Then enable the service:

sudo systemctl daemon-reload
sudo systemctl start wsdd
sudo systemctl enable wsdd

Synology already has this incorporated into it's products and some Linux
distros like Arch do as well.

Ubuntu 18.04 already announces itself in Samba ( multicast dns register
) using avahi and is browseable to its Linux and MacOS clients so the
addition of WSD would make the samba host discoverable to all modern
operating systems through their file managers without any user
intervention.

** Affects: samba (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to samba in Ubuntu.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1831441

Title:
  Please add WS-Discovery ( WSD ) support for Windows Samba server
  discovery.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1831441/+subscriptions


Follow ups