From ca7f7a4615a09979113a86135dca1254bd90657a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 13 Mar 2006 11:15:05 +0000 Subject: r14313: Add comments describing some of the dependencies here. Andrew Bartlett (This used to be commit a79a185b6a8a0ac81a380ff6df5a11e45a19cb16) --- source4/setup/provision_init.ldif | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4') 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 -- cgit