mirror of
https://github.com/samba-team/samba.git
synced 2025-07-13 08:59:08 +03:00
Version 1.0 of the directory service acls module.
At this point, support for checks on LDAP add, delete, rename and modify. Old kludge_acl is still there to handle the searches. This module is synchronous as the async version was impossible to debug, will be converted to async after some user testing.
This commit is contained in:
@ -593,7 +593,6 @@ def setup_samdb_partitions(samdb_path, setup_path, message, lp, session_info,
|
||||
modules_list = ["resolve_oids",
|
||||
"rootdse",
|
||||
"lazy_commit",
|
||||
"acl",
|
||||
"paged_results",
|
||||
"ranged_results",
|
||||
"anr",
|
||||
@ -604,6 +603,7 @@ def setup_samdb_partitions(samdb_path, setup_path, message, lp, session_info,
|
||||
"rdn_name",
|
||||
"objectclass",
|
||||
"descriptor",
|
||||
"acl",
|
||||
"samldb",
|
||||
"password_hash",
|
||||
"operational",
|
||||
|
Reference in New Issue
Block a user