]> git.sur5r.net Git - openldap/commitdiff
Remove _X_ from some items now standard track
authorKurt Zeilenga <kurt@openldap.org>
Fri, 6 May 2005 17:50:03 +0000 (17:50 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 6 May 2005 17:50:03 +0000 (17:50 +0000)
include/ldap.h

index c03d8d71ee16b76ef0add1f671578615980b1ae3..4d8d71ff365918e5a04380b3d26856d58d383ea1 100644 (file)
@@ -309,8 +309,11 @@ typedef struct ldapcontrol {
 #define LDAP_TAG_EXOP_MODIFY_PASSWD_NEW        ((ber_tag_t) 0x82U)
 #define LDAP_TAG_EXOP_MODIFY_PASSWD_GEN        ((ber_tag_t) 0x80U)
 
-#define LDAP_EXOP_X_WHO_AM_I   "1.3.6.1.4.1.4203.1.11.3"
-#define LDAP_EXOP_X_CANCEL             "1.3.6.1.1.8"
+#define LDAP_EXOP_WHO_AM_I             "1.3.6.1.4.1.4203.1.11.3"
+#define LDAP_EXOP_X_WHO_AM_I   LDAP_EXOP_WHO_AM_I
+
+#define LDAP_EXOP_CANCEL               "1.3.6.1.1.8"
+#define LDAP_EXOP_X_CANCEL             LDAP_EXOP_CANCEL
 
 #define LDAP_EXOP_X_TURN               "1.3.6.1.4.1.4203.666.6.4"