From 6f4d23667e95a585c0df306369ae031a6890618a Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 1 Jul 1999 04:21:53 +0000 Subject: [PATCH] Add LDAP_TAG_LDAPCRED macro. --- include/ldap.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.39.5