Hi everyone, just tried executing wbinfo -u and wbinfo -g on a particular Samba domain member that is acting as a file server in my setup. Much to my surprise i did not see the list of users or groups that I would normally expect to see outputted from these commands. Instead both commands just exited and returned no output. I have already tried restarting winbind, smbd, and nmbd on the domain member using systemctl but to no avail. Manual testing on Windows suggests that the drives on this machine are still serving files, but I just find the lack of output from wbinfo surprising. Does anyone have any troubleshooting suggestions? Thanks Stephen Ellwood
On Fri, 5 Apr 2019 15:21:56 +0100 Stephen via samba <samba at lists.samba.org> wrote:> Hi everyone, just tried executing wbinfo -u and wbinfo -g on a > particular Samba domain member that is acting as a file server in my > setup. > > Much to my surprise i did not see the list of users or groups that I > would normally expect to see outputted from these commands. Instead > both commands just exited and returned no output. I have already > tried restarting winbind, smbd, and nmbd on the domain member using > systemctl but to no avail. Manual testing on Windows suggests that > the drives on this machine are still serving files, but I just find > the lack of output from wbinfo surprising. > > Does anyone have any troubleshooting suggestions? >As always, posting your smb.conf might help. Rowland
As always, posting your smb.conf might help. Oops forgot, thanks Rowland: pi at fs1:~ $ cat /etc/samba/smb.conf [global] username map = /etc/samba/user.map workgroup = samdom realm = samdom.example.com netbios name = fs1 security = ADS idmap config * : backend = tdb idmap config *: range = 3000-7999 idmap config SAMDOM:backend = ad idmap config SAMDOM:schema_mode = rfc2307 idmap config SAMDOM:range = 10000-999999 template homedir = /home/%D/%U template shell = /bin/bash winbind use default domain = true winbind offline logon = false winbind nss info = rfc2307 winbind enum users = yes winbind enum groups = yes vfs objects = acl_xattr map acl inherit = Yes store dos attributes = Yes [OgdenFiles] path = /fsrv/shares/OgdenFiles read only = no [OgdenUsers] path = /fsrv/shares/OgdenUsers read only = no Cheers Stephen Ellwood
Reasonably Related Threads
- wbinfo isn't working on domain member
- Can only access new SAMBA fileshare from Windows as privileged user SAMDOM/Administrator, not as an ordinary user.
- wbinfo isn't working on domain member
- wbinfo isn't working on domain member
- Difficulties retrieving randomly assigned password for newly created Samba user acounts