1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

lib/param simplify server role values specified in smb.conf

The pdc/bdc split is only in smb.conf for Samba3 DCs, and so is
too confusing to document in this paramter.  It will be clearer
to sort out "domain master" into a "pdc emulator" paramter
to conver this distinction.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2011-11-10 21:27:13 +11:00
parent afcd3c625d
commit cd23028ed0

View File

@ -80,11 +80,7 @@ static const struct enum_list enum_server_role[] = {
/* note that currently
ROLE_DOMAIN_CONTROLLER == ROLE_DOMAIN_BDC */
{ROLE_DOMAIN_CONTROLLER, "domain controller"},
{ROLE_DOMAIN_BDC, "backup domain controller"},
{ROLE_DOMAIN_BDC, "bdc"},
{ROLE_DOMAIN_BDC, "dc"},
{ROLE_DOMAIN_PDC, "primary domain controller"},
{ROLE_DOMAIN_PDC, "pdc"},
{ROLE_DOMAIN_CONTROLLER, "dc"},
{-1, NULL}
};