mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r20152: Commit missing files from last night's commit. We no longer maintain
a distinction between PDC and BDC in the configuration files, only as an entry in the ldb. Andrew Bartlett
This commit is contained in:
parent
67d8365e83
commit
dc9eee7cb3
@ -543,8 +543,7 @@ static void kdc_task_init(struct task_server *task)
|
||||
case ROLE_DOMAIN_MEMBER:
|
||||
task_server_terminate(task, "kdc: no KDC required in member server configuration");
|
||||
return;
|
||||
case ROLE_DOMAIN_PDC:
|
||||
case ROLE_DOMAIN_BDC:
|
||||
case ROLE_DOMAIN_CONTROLLER:
|
||||
/* Yes, we want a KDC */
|
||||
break;
|
||||
}
|
||||
|
@ -221,6 +221,7 @@ objectClass: top
|
||||
objectClass: applicationSettings
|
||||
objectClass: nTDSDSA
|
||||
cn: NTDS Settings
|
||||
options: 1
|
||||
instanceType: 4
|
||||
showInAdvancedViewOnly: TRUE
|
||||
systemFlags: 33554432
|
||||
|
@ -2,6 +2,6 @@
|
||||
netbios name = ${HOSTNAME}
|
||||
workgroup = ${DOMAIN}
|
||||
realm = ${REALM}
|
||||
server role = pdc
|
||||
server role = domain controller
|
||||
|
||||
|
||||
|
@ -69,6 +69,9 @@ modifiedCount: 1
|
||||
replace: objectCategory
|
||||
objectCategory: CN=Domain-DNS,CN=Schema,CN=Configuration,${BASEDN}
|
||||
-
|
||||
replace: fSMORoleOwner
|
||||
fSMORoleOwner: CN=NTDS Settings,CN=${NETBIOSNAME},CN=Servers,CN=${DEFAULTSITE},CN=Sites,CN=Configuration,${BASEDN}
|
||||
-
|
||||
replace: isCriticalSystemObject
|
||||
isCriticalSystemObject: TRUE
|
||||
-
|
||||
|
Loading…
x
Reference in New Issue
Block a user