mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
b038aca5c8
the correct setup directory is known at both build time and install time using dyn_SETUPDIR, so we no longer have any need to override it Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
17 lines
276 B
Plaintext
17 lines
276 B
Plaintext
[globals]
|
|
netbios name = ${NETBIOS_NAME}
|
|
workgroup = ${DOMAIN}
|
|
realm = ${REALM}
|
|
server role = ${SERVERROLE}
|
|
${SIDGENERATOR_LINE}
|
|
${PRIVATEDIR_LINE}
|
|
${LOCKDIR_LINE}
|
|
|
|
[netlogon]
|
|
path = ${NETLOGONPATH}
|
|
read only = no
|
|
|
|
[sysvol]
|
|
path = ${SYSVOLPATH}
|
|
read only = no
|