diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-01-02 09:27:51 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-01-21 16:12:46 +0100 |
commit | c52408f461fb3515cde17eebb458b566fd0a049c (patch) | |
tree | 5866ef79737d33206b65a54a452c0fdce195c57d /source4/dsdb/samdb/ldb_modules/samba_dsdb.c | |
parent | 8f078cdf247476fad511bb6d7e00c8654fd26e85 (diff) | |
download | samba-c52408f461fb3515cde17eebb458b566fd0a049c.tar.gz samba-c52408f461fb3515cde17eebb458b566fd0a049c.tar.bz2 samba-c52408f461fb3515cde17eebb458b566fd0a049c.zip |
dsdb: Explain ordering constraints on the ACL module as well.
Andrew Bartlett
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/samba_dsdb.c')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/samba_dsdb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c index 361059f0ee..d10d1bbee2 100644 --- a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c +++ b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c @@ -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) |