From 39616c0ea2e2268d7b403bdb5d1a1250c7e44653 Mon Sep 17 00:00:00 2001 From: Nadezhda Ivanova Date: Fri, 18 Dec 2009 15:40:11 +0200 Subject: Added oid for AS_SYSTEM control, used to bypass access checks for system operations. --- source4/lib/ldb/include/ldb.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/lib') diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index 81ec9ee848..c8bfa24832 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -477,6 +477,12 @@ typedef int (*ldb_qsort_cmp_fn_t) (void *v1, void *v2, void *opaque); */ #define LDB_CONTROL_REVEAL_INTERNALS "1.3.6.1.4.1.7165.4.3.6" +/** + LDB_CONTROL_AS_SYSTEM is used to skip access checks on operations + that are performed by the system, but with a user's credentials, e.g. + updating prefix map +*/ +#define LDB_CONTROL_AS_SYSTEM_OID "1.3.6.1.4.1.7165.4.3.7" /** OID for the paged results control. This control is included in the -- cgit