mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
ee257e902a
This must be set to either 'domain controller', 'domain member' or 'standalone'.
The default for the provision now changes to 'standalone'.
This is not because Samba4 is particularlly useful in that mode, but
because we still want a positive sign from the administrator that we
should advertise as a DC.
We now do more to ensure the 'standalone' and 'member server'
provision output is reasonable, and try not to set odd things into the
database that only belong for the DC.
Andrew Bartlett
(This used to be commit 4cc4ed7719
)
14 lines
223 B
Plaintext
14 lines
223 B
Plaintext
[globals]
|
|
netbios name = ${HOSTNAME}
|
|
workgroup = ${DOMAIN_CONF}
|
|
realm = ${REALM_CONF}
|
|
server role = ${SERVERROLE}
|
|
|
|
[netlogon]
|
|
path = ${NETLOGONPATH}
|
|
read only = no
|
|
|
|
[sysvol]
|
|
path = ${SYSVOLPATH}
|
|
read only = no
|