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

Add LDAP_RES_EXTENDED_PARTIAL tag

parent 235d5e56
No related branches found
No related tags found
No related merge requests found
......@@ -252,6 +252,7 @@ typedef struct ldapcontrol {
#define LDAP_RES_RENAME LDAP_RES_MODRDN /* application + constructed */
#define LDAP_RES_COMPARE ((ber_tag_t) 0x6fU) /* application + constructed */
#define LDAP_RES_EXTENDED ((ber_tag_t) 0x78U) /* V3: application + constructed */
#define LDAP_RES_EXTENDED_PARTIAL ((ber_tag_t) 0x79U) /* V3+: application + constructed */
#define LDAP_RES_ANY ((ber_tag_t)(-1))
#define LDAP_RES_UNSOLICITED ((ber_tag_t)(0))
......
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