]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9542 fix AuthZ Identity control OIDs
authorMichael Ströder <michael@stroeder.com>
Sat, 1 May 2021 11:37:21 +0000 (11:37 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 1 May 2021 11:53:01 +0000 (12:53 +0100)
Did not match RFC3829

include/ldap.h

index 6877d9fd11d64a0394b8cb9a5c70dd0cbb530c8e..be2d6d577a3ddc9ce7227ca763ce25b30b779d9a 100644 (file)
@@ -273,8 +273,8 @@ typedef struct ldapcontrol {
 /*     non-standard track controls */
 #define LDAP_CONTROL_PAGEDRESULTS      "1.2.840.113556.1.4.319"   /* RFC 2696 */
 
-#define LDAP_CONTROL_AUTHZID_REQUEST   "2.16.840.1.113730.4.16"   /* RFC 3829 */
-#define LDAP_CONTROL_AUTHZID_RESPONSE   "2.16.840.1.113730.4.15"   /* RFC 3829 */
+#define LDAP_CONTROL_AUTHZID_REQUEST   "2.16.840.1.113730.3.4.16"   /* RFC 3829 */
+#define LDAP_CONTROL_AUTHZID_RESPONSE   "2.16.840.1.113730.3.4.15"   /* RFC 3829 */
 
 /* LDAP Content Synchronization Operation -- RFC 4533 */
 #define LDAP_SYNC_OID                  "1.3.6.1.4.1.4203.1.9.1"