]> git.sur5r.net Git - openldap/commitdiff
Add LDAP_TAG_LDAPCRED macro.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 1 Jul 1999 04:21:53 +0000 (04:21 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 1 Jul 1999 04:21:53 +0000 (04:21 +0000)
include/ldap.h

index 79e9a8ba77fc45ff4aa5e5a50747e73ecefb9b3e..1091ce4254d497e018c52ce768e3e7eac5461d66 100644 (file)
@@ -178,6 +178,7 @@ typedef struct ldapcontrol {
 #define LDAP_TAG_MESSAGE       (ber_tag_t) 0x30U       /* constructed + 16 */
 #define LDAP_TAG_MSGID         (ber_tag_t) 0x02U       /* integer */
 #define LDAP_TAG_LDAPDN                (ber_tag_t) 0x04U       /* octect string */
+#define LDAP_TAG_LDAPCRED      (ber_tag_t) 0x04U       /* octect string */
 #define LDAP_TAG_CONTROLS      (ber_tag_t) 0xa0U       /* context specific + constructed + 0 */
 #define LDAP_TAG_REFERRAL      (ber_tag_t) 0xa3U       /* context specific + constructed + 3 */