From: Kurt Zeilenga Date: Wed, 17 Dec 2003 21:29:19 +0000 (+0000) Subject: Minor adjust X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~159 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=806ec7470b928aaa9cca30ff27ce147049c9da83;p=openldap Minor adjust --- diff --git a/include/ldap.h b/include/ldap.h index 4a7548e84b..7373a68e74 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -191,18 +191,17 @@ typedef struct ldapcontrol { } LDAPControl; /* LDAP Controls */ +/* standard track controls */ #define LDAP_CONTROL_MANAGEDSAIT "2.16.840.1.113730.3.4.2" /* RFC 3296 */ #define LDAP_CONTROL_SUBENTRIES "1.3.6.1.4.1.4203.1.10.1" /* RFC 3672 */ #define LDAP_CONTROL_PAGEDRESULTS "1.2.840.113556.1.4.319" /* RFC 2696 */ -#define LDAP_CONTROL_NOOP "1.3.6.1.4.1.4203.1.10.2" -#define LDAP_CONTROL_PROXY_AUTHZ "2.16.840.1.113730.3.4.18" -#define LDAP_CONTROL_VALUESRETURNFILTER "1.2.826.0.1.334810.2.3" - #define LDAP_CONTROL_ASSERT "1.3.6.1.4.1.4203.666.5.9" +#define LDAP_CONTROL_NOOP "1.3.6.1.4.1.4203.1.10.2" #define LDAP_CONTROL_PRE_READ "1.3.6.1.4.1.4203.666.5.10.1" #define LDAP_CONTROL_POST_READ "1.3.6.1.4.1.4203.666.5.10.2" -#define LDAP_CONTROL_MODIFY_INCREMENT "1.3.6.1.4.1.4203.666.5.11" +#define LDAP_CONTROL_PROXY_AUTHZ "2.16.840.1.113730.3.4.18" +#define LDAP_CONTROL_VALUESRETURNFILTER "1.2.826.0.1.334810.2.3" #define LDAP_CONTROL_SYNC "1.3.6.1.4.1.4203.666.5.6" #define LDAP_CONTROL_SYNC_STATE "1.3.6.1.4.1.4203.666.5.7"