mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
Fix typo (thanks Pierangelo!)
This commit is contained in:
parent
d70a8f5ea5
commit
c81161ed86
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +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"
|
||||
#define LDAP_CONTROL_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