mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +03:00
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
6 lines
123 B
Plaintext
6 lines
123 B
Plaintext
[globals]
|
|
netbios name = ${HOSTNAME}
|
|
workgroup = ${DOMAIN_CONF}
|
|
realm = ${REALM_CONF}
|
|
server role = ${SERVERROLE}
|