mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
a388d683de
This patch removes the 'domain logon' and 'domain master' controls from Samba4, in favour of a 'server role =' that users can actually understand. We can expand the list of roles as needed, and nobody has to figure out what a 'domain master' actually means. Andrew Bartlett (This used to be commit 31e755c2ced64dbd2681d5f6ef021a87dbeda689)
8 lines
105 B
Plaintext
8 lines
105 B
Plaintext
[globals]
|
|
netbios name = ${HOSTNAME}
|
|
workgroup = ${DOMAIN}
|
|
realm = ${REALM}
|
|
server role = pdc
|
|
|
|
|