Displaying 3 results from an estimated 3 matches for "glob_acl".
2025 Jan 20
1
differences between 'getent group GROUP1' and 'sudo samba-tool group listmembers GROUP1'
...nbind: - - - - - - 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 file = /var/log/samba/log.%J
# log level = all:2 auth:3 locking:2
Any tips?
Pavel
2025 Jan 20
1
differences between 'getent group GROUP1' and 'sudo samba-tool group listmembers GROUP1'
...s 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 one of the DCs
default vfs objects
> map acl inherit = yes
> store dos attributes = yes
You should remove those lines, they shouldn't be in a DCs smb.conf
Rowland
2025 Jan 21
1
differences between 'getent group GROUP1' and 'sudo samba-tool group listmembers GROUP1'
...gt;
> > ?? # 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 one of the DCs
> default vfs objects
>
> > ?? map acl inherit = yes
> > ?? store dos attributes = yes
>
> You should remove those lines, they shouldn'...