From 3f1b153132e2ca6ffcd9ca897f8d67eb4fdcf9b9 Mon Sep 17 00:00:00 2001 From: Nadezhda Ivanova Date: Mon, 6 Dec 2010 13:53:06 +0200 Subject: 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. --- source4/dsdb/samdb/ldb_modules/samba_dsdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c index f07d03f9a7..f6c8e3ccf4 100644 --- a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c +++ b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c @@ -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", -- cgit