mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
83c149de4d
Signed-off-by: Kai Blin <kai@samba.org>
22 lines
342 B
Plaintext
22 lines
342 B
Plaintext
[globals]
|
|
netbios name = ${NETBIOS_NAME}
|
|
workgroup = ${DOMAIN}
|
|
realm = ${REALM}
|
|
server role = ${SERVERROLE}
|
|
${SERVER_SERVICES_LINE}
|
|
|
|
${PRIVATEDIR_LINE}
|
|
${LOCKDIR_LINE}
|
|
${STATEDIR_LINE}
|
|
${CACHEDIR_LINE}
|
|
|
|
passdb backend = samba4
|
|
|
|
[netlogon]
|
|
path = ${NETLOGONPATH}
|
|
read only = no
|
|
|
|
[sysvol]
|
|
path = ${SYSVOLPATH}
|
|
read only = no
|