mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Add #define for incremental values control (draft-kashi-incremental-00.txt)
This commit is contained in:
parent
48ac610097
commit
d70a8f5ea5
1 changed files with 1 additions and 0 deletions
|
|
@ -241,6 +241,7 @@ typedef struct ldapcontrol {
|
|||
/* controls for MSAD compatibility */
|
||||
#define LDAP_CONTROL_X_DOMAIN_SCOPE "1.2.840.113556.1.4.1339"
|
||||
#define LDAP_CONTROL_X_PERMISSIVE_MODIFY "1.2.840.113556.1.4.1413"
|
||||
#define LDAP_CONTORL_X_INCREMENTAL_VALUES "1.2.840.113556.1.4.802"
|
||||
|
||||
/* not implemented in slapd(8) */
|
||||
#define LDAP_CONTROL_SORTREQUEST "1.2.840.113556.1.4.473" /* RFC 2891 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue