From: Pierangelo Masarati Date: Sun, 27 Nov 2005 23:32:38 +0000 (+0000) Subject: register temporary OID under OpenLDAP experimental arc X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~665 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5887a98bcfaf26b323695c411c4240c8ad247d01;p=openldap register temporary OID under OpenLDAP experimental arc --- diff --git a/include/ldap.h b/include/ldap.h index 13f45cd07f..371b07c445 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -349,7 +349,7 @@ typedef struct ldapcontrol { /* a work in progress */ #ifdef LDAP_DEVEL /* FIXME: allocate an OID arc under OpenLDAP experimental arc */ -#define LDAP_X_DISTPROC_BASE "1.3.6.1.4.1.4203.666.999999" +#define LDAP_X_DISTPROC_BASE "1.3.6.1.4.1.4203.666.11.6" #define LDAP_EXOP_X_CHAINEDREQUEST LDAP_X_DISTPROC_BASE ".1" #define LDAP_FEATURE_X_CANCHAINOPS LDAP_X_DISTPROC_BASE ".2" #define LDAP_CONTROL_X_RETURNCONTREF LDAP_X_DISTPROC_BASE ".3"