From: Matthias Dieter Wallnöfer Date: Thu, 13 May 2010 12:22:14 +0000 (+0200) Subject: s4:provision*.ldif - always set the "msDS-NcType" attribute correctly X-Git-Tag: samba-3.6.0pre1~2041 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47818b19fcd7248a2e95171a4e95c60c339da700;p=thirdparty%2Fsamba.git s4:provision*.ldif - always set the "msDS-NcType" attribute correctly --- diff --git a/source4/setup/provision_configuration_basedn.ldif b/source4/setup/provision_configuration_basedn.ldif index 14a2c332583..461aad9e2a9 100644 --- a/source4/setup/provision_configuration_basedn.ldif +++ b/source4/setup/provision_configuration_basedn.ldif @@ -5,5 +5,6 @@ dn: ${CONFIGDN} objectClass: top objectClass: configuration cn: Configuration +msDS-NcType: 0 nTSecurityDescriptor:: ${DESCRIPTOR} instanceType: 13 diff --git a/source4/setup/provision_schema_basedn.ldif b/source4/setup/provision_schema_basedn.ldif index 77720fa82bb..bc366ea54f9 100644 --- a/source4/setup/provision_schema_basedn.ldif +++ b/source4/setup/provision_schema_basedn.ldif @@ -5,6 +5,6 @@ dn: ${SCHEMADN} objectClass: top objectClass: dMD cn: Schema +msDS-NcType: 0 nTSecurityDescriptor:: ${DESCRIPTOR} instanceType: 13 -msDS-NcType: 0