diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-10-23 16:15:51 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-10-23 16:37:29 +0200 |
commit | f9a6ff482c8d03e7e46fd6925d58214b7a097e02 (patch) | |
tree | 36bf703986179f59947e6d380162109f87338563 /source4/lib/ldb/include | |
parent | 89c42a96fcaa43a7f2c9aef9e708276a639e0051 (diff) | |
download | samba-f9a6ff482c8d03e7e46fd6925d58214b7a097e02.tar.gz samba-f9a6ff482c8d03e7e46fd6925d58214b7a097e02.tar.bz2 samba-f9a6ff482c8d03e7e46fd6925d58214b7a097e02.zip |
s4/ldb:introduce the LDB_CONTROL_PROVISION_OID control
This control is exactly thought for the actions which previously were performed
using the RELAX one.
We agreed that the RELAX control will only remain for interactions with OpenLDAP.
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index 7edad06957..d1e29010b1 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -510,6 +510,12 @@ typedef int (*ldb_qsort_cmp_fn_t) (void *v1, void *v2, void *opaque); */ #define LDB_CONTROL_AS_SYSTEM_OID "1.3.6.1.4.1.7165.4.3.7" +/** + LDB_CONTROL_PROVISION_OID is used to skip some constraint checks. It's is + mainly thought to be used for the provisioning. +*/ +#define LDB_CONTROL_PROVISION_OID "1.3.6.1.4.1.7165.4.3.16" + /* AD controls */ /** |