From: Kurt Zeilenga Date: Thu, 1 Jul 1999 04:21:53 +0000 (+0000) Subject: Add LDAP_TAG_LDAPCRED macro. X-Git-Tag: OPENLDAP_REL_ENG_2_BP~210 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6f4d23667e95a585c0df306369ae031a6890618a;p=openldap Add LDAP_TAG_LDAPCRED macro. --- diff --git a/include/ldap.h b/include/ldap.h index 79e9a8ba77..1091ce4254 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -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 */