From c7d7c8f6f8b85c15d3fef37d516e34961ee4f31a Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 23 Oct 2010 16:54:55 +0200 Subject: ldb:ldb.h - include a comment that the relax control is mainly used by the OpenLDAP backend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Autobuild-User: Matthias Dieter Wallnöfer Autobuild-Date: Sat Oct 23 16:40:04 UTC 2010 on sn-devel-104 --- source4/lib/ldb/include/ldb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/ldb/include') 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 draft managedit. */ #define LDB_CONTROL_RELAX_OID "1.3.6.1.4.1.4203.666.5.12" -- cgit