mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
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>
This commit is contained in:
parent
8f078cdf24
commit
c52408f461
@ -150,7 +150,7 @@ 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 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
|
||||
|
Loading…
Reference in New Issue
Block a user