diff options
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/secrets.ldif | 15 | ||||
-rw-r--r-- | source4/setup/secrets_init.ldif | 15 |
2 files changed, 15 insertions, 15 deletions
diff --git a/source4/setup/secrets.ldif b/source4/setup/secrets.ldif index 1617cfb9bf..ef5cb695d0 100644 --- a/source4/setup/secrets.ldif +++ b/source4/setup/secrets.ldif @@ -1,18 +1,3 @@ -dn: @INDEXLIST -@IDXATTR: cn -@IDXATTR: flatname -@IDXATTR: realm - -dn: @ATTRIBUTES -realm: CASE_INSENSITIVE -flatname: CASE_INSENSITIVE -sAMAccountName: CASE_INSENSITIVE - -#Add modules to the list to activate them by default -#beware often order is important -dn: @MODULES -@LIST: operational - dn: CN=LSA Secrets objectClass: top objectClass: container diff --git a/source4/setup/secrets_init.ldif b/source4/setup/secrets_init.ldif new file mode 100644 index 0000000000..9eda47e463 --- /dev/null +++ b/source4/setup/secrets_init.ldif @@ -0,0 +1,15 @@ +dn: @INDEXLIST +@IDXATTR: cn +@IDXATTR: flatname +@IDXATTR: realm + +dn: @ATTRIBUTES +realm: CASE_INSENSITIVE +flatname: CASE_INSENSITIVE +sAMAccountName: CASE_INSENSITIVE + +#Add modules to the list to activate them by default +#beware often order is important +dn: @MODULES +@LIST: update_keytab,operational,objectguid + |