Add LDAP_RES_EXTENDED_PARTIAL tag

This commit is contained in:
Kurt Zeilenga 1999-12-14 00:47:20 +00:00
parent 235d5e56e8
commit e495b982af

View file

@ -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))