diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-08-13 16:32:34 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-08-17 09:50:57 +1000 |
commit | a58b4f8cc2446c126b15b142b78ebb1733f91712 (patch) | |
tree | 78769ce747e7abf29f1e8cbdf656d3a99ef4d08f | |
parent | 14aff84adca85fd8124212e735c54363a577450a (diff) | |
download | samba-a58b4f8cc2446c126b15b142b78ebb1733f91712.tar.gz samba-a58b4f8cc2446c126b15b142b78ebb1733f91712.tar.bz2 samba-a58b4f8cc2446c126b15b142b78ebb1733f91712.zip |
s4:setup Don't manually set @ATTRIBUTES any more
We now set these as part of the schema load, and we now load the
schema before the provision loads the DB, so setting them here is
pointless
Andrew Bartlett
-rw-r--r-- | source4/setup/provision_init.ldif | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/source4/setup/provision_init.ldif b/source4/setup/provision_init.ldif index 8e9b68fb30..e2e7d096af 100644 --- a/source4/setup/provision_init.ldif +++ b/source4/setup/provision_init.ldif @@ -1,35 +1,3 @@ -#These attributes are only used as far as the bootstrapping of the -# schema. After that, the attributes from the schema are used. -# -# Therefore, they must strictly match the schema - -dn: @ATTRIBUTES -userPrincipalName: CASE_INSENSITIVE -servicePrincipalName: CASE_INSENSITIVE -dnsDomain: CASE_INSENSITIVE -dnsRoot: CASE_INSENSITIVE -nETBIOSName: CASE_INSENSITIVE -cn: CASE_INSENSITIVE -dc: CASE_INSENSITIVE -name: CASE_INSENSITIVE -lDAPDisplayName: CASE_INSENSITIVE -subClassOf: CASE_INSENSITIVE -dn: CASE_INSENSITIVE -sAMAccountName: CASE_INSENSITIVE -objectClass: CASE_INSENSITIVE -userPassword: HIDDEN -krb5Key: HIDDEN -ntPwdHash: HIDDEN -sambaNTPwdHistory: HIDDEN -lmPwdHash: HIDDEN -sambaLMPwdHistory: HIDDEN -createTimestamp: HIDDEN -modifyTimestamp: HIDDEN -groupType: INTEGER -sAMAccountType: INTEGER -systemFlags: INTEGER -userAccountControl: INTEGER - dn: @OPTIONS checkBaseOnSearch: TRUE |