mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
d4514a6539
This option allow simple user (non root) to invoke provision without facing an error while insuring that ACL on shared files will always be set
18 lines
295 B
Plaintext
18 lines
295 B
Plaintext
[globals]
|
|
netbios name = ${NETBIOS_NAME}
|
|
workgroup = ${DOMAIN}
|
|
realm = ${REALM}
|
|
server role = ${SERVERROLE}
|
|
${SIDGENERATOR_LINE}
|
|
${PRIVATEDIR_LINE}
|
|
${LOCKDIR_LINE}
|
|
${POSIXEADB_LINE}
|
|
|
|
[netlogon]
|
|
path = ${NETLOGONPATH}
|
|
read only = no
|
|
|
|
[sysvol]
|
|
path = ${SYSVOLPATH}
|
|
read only = no
|