diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-12-11 03:15:26 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-12-11 07:05:39 +0100 |
commit | 914a61d9e5b7a182592f3afe60f4dad1cd342fc4 (patch) | |
tree | 0c8dab74eb301d8666798da1ab86df19eb5cdfc1 /source4/setup | |
parent | 8eb359c23c6379be1ccc32e27fd2316d77a7c7b3 (diff) | |
download | samba-914a61d9e5b7a182592f3afe60f4dad1cd342fc4.tar.gz samba-914a61d9e5b7a182592f3afe60f4dad1cd342fc4.tar.bz2 samba-914a61d9e5b7a182592f3afe60f4dad1cd342fc4.zip |
s4:provision: set the correct nTSecurityDescriptor on CN=Domain Controllers,... (bug #9481)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Tue Dec 11 07:05:39 CET 2012 on sn-devel-104
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/provision.ldif | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/setup/provision.ldif b/source4/setup/provision.ldif index 5d20189de2..51e56ff2a6 100644 --- a/source4/setup/provision.ldif +++ b/source4/setup/provision.ldif @@ -46,6 +46,7 @@ systemFlags: -1946157056 isCriticalSystemObject: TRUE showInAdvancedViewOnly: FALSE gPLink: [LDAP://CN={${POLICYGUID_DC}},CN=Policies,CN=System,${DOMAINDN};0] +nTSecurityDescriptor:: ${DOMAIN_CONTROLLERS_DESCRIPTOR} # Joined DC located in "provision_self_join.ldif" |