mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
a18efb1490
This was only used by the Fedora DS backend for Samba4. We agreed to no longer support external LDAP backends. Andrew Bartlett
16 lines
254 B
Plaintext
16 lines
254 B
Plaintext
[globals]
|
|
netbios name = ${NETBIOS_NAME}
|
|
workgroup = ${DOMAIN}
|
|
realm = ${REALM}
|
|
server role = ${SERVERROLE}
|
|
${PRIVATEDIR_LINE}
|
|
${LOCKDIR_LINE}
|
|
|
|
[netlogon]
|
|
path = ${NETLOGONPATH}
|
|
read only = no
|
|
|
|
[sysvol]
|
|
path = ${SYSVOLPATH}
|
|
read only = no
|