diff options
author | Matthieu Patou <mat@matws.net> | 2010-06-15 02:23:11 +0400 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-20 00:43:08 +0200 |
commit | 3ebe56062297e52cf31499c6eb63c7ce70073bcc (patch) | |
tree | 1b8a423340cd624b94ced8bcd96095643422f356 /source4/lib/ldb/include | |
parent | 9c5f0ed7298e666fcfa05257fc7abfb6d3208433 (diff) | |
download | samba-3ebe56062297e52cf31499c6eb63c7ce70073bcc.tar.gz samba-3ebe56062297e52cf31499c6eb63c7ce70073bcc.tar.bz2 samba-3ebe56062297e52cf31499c6eb63c7ce70073bcc.zip |
ldb: add a new control bypassioperationnal
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index 2eb395c81f..9958325f90 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -463,6 +463,15 @@ typedef int (*ldb_qsort_cmp_fn_t) (void *v1, void *v2, void *opaque); \sa <a href="http://opends.dev.java.net/public/standards/draft-zeilenga-ldap-managedit.txt">draft managedit</a>. */ #define LDB_CONTROL_RELAX_OID "1.3.6.1.4.1.4203.666.5.12" + +/** + OID for getting and manipulating attributes from the ldb + without interception in the operational module. + It can be used to access attribute that used to be stored in the sam + and that are now calculated. +*/ +#define LDB_CONTROL_BYPASSOPERATIONAL_OID "1.3.6.1.4.1.7165.4.3.13" + /** OID for recalculate SD control. This control force the dsdb code to recalculate the SD of the object as if the |