summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-10-23 16:54:55 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-10-23 16:40:04 +0000
commitc7d7c8f6f8b85c15d3fef37d516e34961ee4f31a (patch)
treebdbfdaa72379dc7133b91451a5f088cd80fd8be2
parentf9a6ff482c8d03e7e46fd6925d58214b7a097e02 (diff)
downloadsamba-c7d7c8f6f8b85c15d3fef37d516e34961ee4f31a.tar.gz
samba-c7d7c8f6f8b85c15d3fef37d516e34961ee4f31a.tar.bz2
samba-c7d7c8f6f8b85c15d3fef37d516e34961ee4f31a.zip
ldb:ldb.h - include a comment that the relax control is mainly used by the OpenLDAP backend
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Oct 23 16:40:04 UTC 2010 on sn-devel-104
-rw-r--r--source4/lib/ldb/include/ldb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h
index d1e29010b1..933ee93163 100644
--- a/source4/lib/ldb/include/ldb.h
+++ b/source4/lib/ldb/include/ldb.h
@@ -677,6 +677,8 @@ typedef int (*ldb_qsort_cmp_fn_t) (void *v1, void *v2, void *opaque);
OID for the allowing client to request temporary relaxed
enforcement of constraints of the x.500 model.
+ Mainly used for the OpenLDAP backend.
+
\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"