From 3d0e36bc87bd23e3d1bff7468db2eb99531d8d87 Mon Sep 17 00:00:00 2001 From: Nadezhda Ivanova Date: Tue, 14 Sep 2010 10:51:14 +0300 Subject: s4-ldap: Added a control to apply the access checks on read via LDAP --- source4/dsdb/samdb/samdb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/dsdb') diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h index a3d8f7952d..4a9edbae10 100644 --- a/source4/dsdb/samdb/samdb.h +++ b/source4/dsdb/samdb/samdb.h @@ -192,4 +192,7 @@ struct dsdb_fsmo_extended_op { struct GUID destination_dsa_guid; }; +/* applied access checks on LDAP reads */ +#define DSDB_CONTROL_SEARCH_APPLY_ACCESS "1.3.6.1.4.1.7165.4.3.15" + #endif /* __SAMDB_H__ */ -- cgit