Displaying 3 results from an estimated 3 matches for "glob_template".
2025 Jan 20
1
differences between 'getent group GROUP1' and 'sudo samba-tool group listmembers GROUP1'
...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_acl: - - - - - - begin
vfs objects = acl_xattr
map acl inherit = yes
store dos attributes = yes
# glob_acl: - - - - - - - end
# log level = 0
# log fi...
2025 Jan 20
1
differences between 'getent group GROUP1' and 'sudo samba-tool group listmembers GROUP1'
...c2307 = 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, you MUST remove that line, it as turned off o...
2025 Jan 21
1
differences between 'getent group GROUP1' and 'sudo samba-tool group listmembers GROUP1'
...> ?? 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 D...