1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-15 05:57:49 +03:00

s4-acl: Moved aclread module below descriptor and acl.

The aclread needs to be belod descriptor, as it needs to have the full nTsecurityDescriptor to make the
checks, and the descriptor module may filter out parts of it if SD_FLAGS_CONTROL is provided.
This commit is contained in:
Nadezhda Ivanova 2010-12-06 13:53:06 +02:00
parent bd3e5804a4
commit 3f1b153132

View File

@ -162,7 +162,6 @@ static int samba_dsdb_init(struct ldb_module *module)
*/
static const char *modules_list[] = {"resolve_oids",
"rootdse",
"aclread",
"lazy_commit",
"paged_results",
"ranged_results",
@ -174,6 +173,7 @@ static int samba_dsdb_init(struct ldb_module *module)
"objectclass",
"descriptor",
"acl",
"aclread",
"samldb",
"password_hash",
"operational",