Skip to content
Snippets Groups Projects
Commit 6f4d2366 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add LDAP_TAG_LDAPCRED macro.

parent 129ee42f
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment