dsdb: Explain ordering constraints on the ACL module as well.
authorAndrew Bartlett <abartlet@samba.org>
Tue, 1 Jan 2013 22:27:51 +0000 (09:27 +1100)
committerStefan Metzmacher <metze@samba.org>
Mon, 21 Jan 2013 15:12:46 +0000 (16:12 +0100)
Andrew Bartlett

Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/samba_dsdb.c

index 361059f0eea79f51c65f90cc330e18003a24d20a..d10d1bbee26ad1e5cda4f76d497dfedd90c3a53a 100644 (file)
@@ -150,8 +150,8 @@ static int samba_dsdb_init(struct ldb_module *module)
          - extended_dn_in must be before objectclass.c, as it resolves the DN
          - objectclass must be before password_hash and samldb since these LDB
            modules require the expanded "objectClass" list
-          - objectclass must be before descriptor, as descriptor assumes that 
-            objectClass values are sorted
+         - objectclass must be before descriptor and acl, as both assume that
+           objectClass values are sorted
          - objectclass_attrs must be behind operational in order to see all
            attributes (the operational module protects and therefore
            suppresses per default some important ones)