[PATCH] s4 - Added LDB_CONTROL_RELAX_OID into ldap_known_controls.

Endi S. Dewata edewata at redhat.com
Wed Nov 4 14:21:57 MST 2009


---
 source4/libcli/ldap/ldap_controls.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/source4/libcli/ldap/ldap_controls.c b/source4/libcli/ldap/ldap_controls.c
index 86493c8..8b744a6 100644
--- a/source4/libcli/ldap/ldap_controls.c
+++ b/source4/libcli/ldap/ldap_controls.c
@@ -1273,6 +1273,8 @@ static const struct ldap_control_handler ldap_known_controls[] = {
 	{ "1.3.6.1.4.1.7165.4.3.2", NULL, NULL },
 /* DSDB_EXTENDED_REPLICATED_OBJECTS_OID is internal only, and has no network representation */
 	{ "1.3.6.1.4.1.7165.4.4.1", NULL, NULL },
+/* LDB_CONTROL_RELAX_OID is internal only */
+	{ "1.3.6.1.4.1.4203.666.5.12", NULL, NULL },
 	{ DSDB_OPENLDAP_DEREFERENCE_CONTROL, decode_openldap_dereference, encode_openldap_dereference},
 	{ NULL, NULL, NULL }
 };
-- 
1.6.0.6


------=_Part_66750_1765323628.1257380122482--


More information about the samba-technical mailing list