Displaying 3 results from an estimated 3 matches for "glob_winbind".
2025 Jan 20
1
differences between 'getent group GROUP1' and 'sudo samba-tool group listmembers GROUP1'
...iguration mistake?
/etc/samba/smb.conf:
[global]
bind interfaces only = Yes
dns forwarder = 8.8.8.8
interfaces = lo enp1s0
netbios name = DC11
realm = OFFICE.SOMEDOMAIN.COM
server role = active directory domain controller
workgroup = OFFICE
idmap_ldb:use rfc2307 = yes
# glob_winbind: - - - - - - begin
winbind enum groups = Yes
winbind enum users = Yes
winbind use default domain = yes
# glob_winbind: - - - - - - - end
# glob_template: - - - - - - begin
template shell = /bin/bash
template homedir = /home/%D/%U
# glob_template: - - - - - - - end
# glob_...
2025 Jan 20
1
differences between 'getent group GROUP1' and 'sudo samba-tool group listmembers GROUP1'
...orkgroup = OFFICE
> idmap_ldb:use rfc2307 = yes
> winbind enum groups = Yes
> winbind enum users = Yes
I would remove those 'enum' lines, you do not need them
> winbind use default domain = yes
You might as well remove that line. it does nothing on a DC
> # glob_winbind: - - - - - - - end
> # glob_template: - - - - - - begin
> template shell = /bin/bash
> template homedir = /home/%D/%U
The template homedir is the default
> # glob_template: - - - - - - - end
> # glob_acl: - - - - - - begin
> vfs objects = acl_xattr
OH DEAR, yo...
2025 Jan 21
1
differences between 'getent group GROUP1' and 'sudo samba-tool group listmembers GROUP1'
...yes
> > ?? winbind enum groups = Yes
> > ?? winbind enum users = Yes
>
> I would remove those 'enum' lines, you do not need them
>
> > ?? winbind use default domain = yes
>
> You might as well remove that line. it does nothing on a DC
>
> > ?? # glob_winbind: - - - - - - - end
> > ?? # glob_template: - - - - - - begin
> > ?? template shell = /bin/bash
> > ?? template homedir = /home/%D/%U
>
> The template homedir is the default
>
> > ?? # glob_template: - - - - - - - end
> > ?? # glob_acl: - - - - - - begin
>...