diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-03-13 11:15:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:11 -0500 |
commit | ca7f7a4615a09979113a86135dca1254bd90657a (patch) | |
tree | 0c3a9bbaba1b8c6e44c35fcefd8bad81b32b732f /source4/setup | |
parent | 54b33de0fc93bc068fcd04ac12eb2e71b14eefa7 (diff) | |
download | samba-ca7f7a4615a09979113a86135dca1254bd90657a.tar.gz samba-ca7f7a4615a09979113a86135dca1254bd90657a.tar.bz2 samba-ca7f7a4615a09979113a86135dca1254bd90657a.zip |
r14313: Add comments describing some of the dependencies here.
Andrew Bartlett
(This used to be commit a79a185b6a8a0ac81a380ff6df5a11e45a19cb16)
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/provision_init.ldif | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/setup/provision_init.ldif b/source4/setup/provision_init.ldif index 650e13beda..ee09f73340 100644 --- a/source4/setup/provision_init.ldif +++ b/source4/setup/provision_init.ldif @@ -79,6 +79,11 @@ vendorVersion: ${VERSION} #Add modules to the list to activate them by default #beware often order is important +# +# Some Known ordering constraints: +# - rootdse must be first, as it makes redirects from "" -> cn=rootdse +# - password_hash must be before samldb, or else the template code in samldb breaks setting the pwdLastSet attribute + dn: @MODULES @LIST: rootdse,kludge_acl,paged_results,server_sort,extended_dn,asq,password_hash,samldb,operational,objectguid,rdn_name,objectclass |