This bug was fixed in the package samba - 2:4.8.4+dfsg-2ubuntu1 --------------- samba (2:4.8.4+dfsg-2ubuntu1) cosmic; urgency=medium * Merge with Debian unstable (LP: #1778125). Remaining changes: - debian/VERSION.patch: Update vendor string to "Ubuntu". - debian/smb.conf; + Add "(Samba, Ubuntu)" to server string. + Comment out the default [homes] share, and add a comment about "valid users = %s" to show users how to restrict access to \\server\username to only username. - debian/samba-common.config: + Do not change priority to high if dhclient3 is installed. - Add apport hook: + Created debian/source_samba.py. + debian/rules, debian/samba-common-bin.install: install hook. - d/control, d/rules: Disable glusterfs support because it's not in main. MIR bug is https://launchpad.net/bugs/1274247 * Drop: - Add extra DEP8 tests to samba (LP #1696823): + d/t/control, d/t/cifs-share-access: access a file in a share using cifs + d/t/control, d/t/smbclient-anonymous-share-list: list available shares anonymously + d/t/control, d/t/smbclient-authenticated-share-list: list available shares using an authenticated connection + d/t/control, d/t/smbclient-share-access: create a share and download a file from it [Accepted by Debian in 2:4.7.4+dfsg-2] - d/samba-common.dhcp: If systemctl is available, use it to query the status of the smbd service before trying to reload it. Otherwise, keep the same check as before and reload the service based on the existence of the initscript. (LP #1579597) [In Debian since 2:4.7.4+dfsg-2] - debian/patches/passdb_dont_return_ok_if_pinfo_not_filled.patch: [PATCH] s3:passdb: Do not return OK if we don't have pinfo filled. Thanks to Andreas Schneider