diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-12-10 11:32:07 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-12-11 05:02:03 +0100 |
commit | ebb0a88722d416ad470497fd6ffa7b26abfe58bc (patch) | |
tree | ab12ebfe38d98ac10c8acba01cf1955cd3f71a0c /source4/setup | |
parent | 999c068113af6158355634eb9a9c4b5a4d3066d8 (diff) | |
download | samba-ebb0a88722d416ad470497fd6ffa7b26abfe58bc.tar.gz samba-ebb0a88722d416ad470497fd6ffa7b26abfe58bc.tar.bz2 samba-ebb0a88722d416ad470497fd6ffa7b26abfe58bc.zip |
s4:provision: set the correct nTSecurityDescriptor on CN=Infrastructure,... (bug #9481)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
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 2db01f9bb9..0dcb7d41cd 100644 --- a/source4/setup/provision.ldif +++ b/source4/setup/provision.ldif @@ -63,6 +63,7 @@ objectClass: top objectClass: infrastructureUpdate systemFlags: -1946157056 isCriticalSystemObject: TRUE +nTSecurityDescriptor:: ${INFRASTRUCTURE_DESCRIPTOR} dn: CN=LostAndFound,${DOMAINDN} objectClass: top |