]> git.sur5r.net Git - openldap/commitdiff
VC adjust controls tag
authorKurt Zeilenga <kurt@openldap.org>
Tue, 4 Jan 2011 16:01:07 +0000 (16:01 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 4 Jan 2011 16:01:07 +0000 (16:01 +0000)
include/ldap.h
libraries/libldap/vc.c

index 99ce060bcbc4ca47f13ef7a22f769df92677a23d..55ea5d717711365a23087c1619cb51d3c3320039 100644 (file)
@@ -393,7 +393,7 @@ typedef struct ldapcontrol {
 
 #define LDAP_TAG_EXOP_VERIFY_CREDENTIALS_COOKIE         ((ber_tag_t) 0x80U)
 #define LDAP_TAG_EXOP_VERIFY_CREDENTIALS_SCREDS         ((ber_tag_t) 0x81U)
-#define LDAP_TAG_EXOP_VERIFY_CREDENTIALS_CONTROLS ((ber_tag_t) 0xa3U) /* context specific + constructed + 3 */
+#define LDAP_TAG_EXOP_VERIFY_CREDENTIALS_CONTROLS ((ber_tag_t) 0xa2U) /* context specific + constructed + 2 */
 
 #define LDAP_EXOP_WHO_AM_I             "1.3.6.1.4.1.4203.1.11.3"               /* RFC 4532 */
 #define LDAP_EXOP_X_WHO_AM_I   LDAP_EXOP_WHO_AM_I
index 03a57ceabc00cd190d29c0ceb61a127690a6528a..44ff2fcfb358f71b836f556396cc0f9d64f3de2e 100644 (file)
@@ -35,8 +35,8 @@
  * VCRequest ::= SEQUENCE {
  *             cookie [0] OCTET STRING OPTIONAL,
  *             name    LDAPDN,
- *             authentication  AuthenticationChoice
- *         controls [3] Controls OPTIONAL
+ *             authentication  AuthenticationChoice,
+ *         controls [2] Controls OPTIONAL
  * }
  *
  * where LDAPDN, AuthenticationChoice, and Controls are as defined in RFC 4511.
@@ -47,8 +47,8 @@
  *             resultCode ResultCode,
  *             diagnosticMessage LDAPString,
  *             cookie [0] OCTET STRING OPTIONAL,
- *             serverSaslCreds [1] OCTET STRING OPTIONAL
- *         controls [3] Controls OPTIONAL
+ *             serverSaslCreds [1] OCTET STRING OPTIONAL,
+ *         controls [2] Controls OPTIONAL
  * }
  *
  * where ResultCode is the result code enumeration from RFC 4511, and LDAPString and Controls are as