Author: abartlet Date: 2006-03-13 11:15:05 +0000 (Mon, 13 Mar 2006) New Revision: 14313
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14313 Log: Add comments describing some of the dependencies here. Andrew Bartlett Modified: branches/SAMBA_4_0/source/setup/provision_init.ldif Changeset: Modified: branches/SAMBA_4_0/source/setup/provision_init.ldif =================================================================== --- branches/SAMBA_4_0/source/setup/provision_init.ldif 2006-03-13 11:12:46 UTC (rev 14312) +++ branches/SAMBA_4_0/source/setup/provision_init.ldif 2006-03-13 11:15:05 UTC (rev 14313) @@ -79,6 +79,11 @@ #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
