mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Add LDAP_TAG_LDAPCRED macro.
This commit is contained in:
parent
129ee42f37
commit
6f4d23667e
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user