mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
LDAP_DEVEL cleanup
This commit is contained in:
parent
d8428387d4
commit
b3b4d344fc
1 changed files with 2 additions and 3 deletions
|
|
@ -317,9 +317,10 @@ typedef struct ldapcontrol {
|
|||
#define LDAP_FEATURE_ABSOLUTE_FILTERS "1.3.6.1.4.1.4203.1.5.3" /* (&) (|) */
|
||||
#define LDAP_FEATURE_LANGUAGE_TAG_OPTIONS "1.3.6.1.4.1.4203.1.5.4"
|
||||
#define LDAP_FEATURE_LANGUAGE_RANGE_OPTIONS "1.3.6.1.4.1.4203.1.5.5"
|
||||
#define LDAP_FEATURE_MODIFY_INCREMENT "1.3.6.1.4.1.4203.666.8.2"
|
||||
|
||||
#ifdef LDAP_DEVEL
|
||||
/* LDAP Experimental (works in progress) Features */
|
||||
#define LDAP_FEATURE_MODIFY_INCREMENT "1.3.6.1.4.1.4203.666.8.2"
|
||||
#define LDAP_FEATURE_SUBORDINATE_SCOPE \
|
||||
"1.3.6.1.4.1.4203.666.8.1" /* "children" */
|
||||
#define LDAP_FEATURE_CHILDREN_SCOPE LDAP_FEATURE_SUBORDINATE_SCOPE
|
||||
|
|
@ -446,10 +447,8 @@ typedef struct ldapcontrol {
|
|||
#define LDAP_SCOPE_ONE LDAP_SCOPE_ONELEVEL
|
||||
#define LDAP_SCOPE_SUBTREE ((ber_int_t) 0x0002)
|
||||
#define LDAP_SCOPE_SUB LDAP_SCOPE_SUBTREE
|
||||
#ifdef LDAP_DEVEL
|
||||
#define LDAP_SCOPE_SUBORDINATE ((ber_int_t) 0x0003) /* OpenLDAP extension */
|
||||
#define LDAP_SCOPE_CHILDREN LDAP_SCOPE_SUBORDINATE
|
||||
#endif
|
||||
|
||||
/* substring filter component types */
|
||||
#define LDAP_SUBSTRING_INITIAL ((ber_tag_t) 0x80U) /* context specific */
|
||||
|
|
|
|||
Loading…
Reference in a new issue