]> git.sur5r.net Git - openldap/commitdiff
Assign "published" OID to Password Modify Extended Operation.
authorKurt Zeilenga <kurt@openldap.org>
Fri, 21 Jul 2000 20:28:14 +0000 (20:28 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 21 Jul 2000 20:28:14 +0000 (20:28 +0000)
include/ldap.h

index 8ff92106b6e94dc7dbac267882b1de16599ee713..9b7037c155c225aaad249035e821caa562debb0f 100644 (file)
@@ -201,7 +201,7 @@ typedef struct ldapcontrol {
 /* LDAP Extended Operations */
 #define LDAP_EXOP_START_TLS "1.3.6.1.4.1.1466.20037"
 
-#define LDAP_EXOP_X_MODIFY_PASSWD "1.3.6.1.4.1.4203.666.6.1"
+#define LDAP_EXOP_X_MODIFY_PASSWD "1.3.6.1.4.1.4203.1.11.1"
 #define LDAP_TAG_EXOP_X_MODIFY_PASSWD_ID       ((ber_tag_t) 0x80U)
 #define LDAP_TAG_EXOP_X_MODIFY_PASSWD_OLD      ((ber_tag_t) 0x81U)
 #define LDAP_TAG_EXOP_X_MODIFY_PASSWD_NEW      ((ber_tag_t) 0x82U)