mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Add LDAP_RES_EXTENDED_PARTIAL tag
This commit is contained in:
parent
235d5e56e8
commit
e495b982af
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue