mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Fix ManageDSAit OID
This commit is contained in:
parent
0bd0a8d4db
commit
4acaa64c83
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ typedef struct ldapcontrol {
|
|||
#define LDAP_CHASE_SUBORDINATE_REFERRALS 0x0020
|
||||
#define LDAP_CHASE_EXTERNAL_REFERRALS 0x0040
|
||||
|
||||
#define LDAP_CONTROL_MANAGEDSAIT "2.16.840.1.113730.3.2.6"
|
||||
#define LDAP_CONTROL_MANAGEDSAIT "2.16.840.1.113730.3.4.2"
|
||||
|
||||
/* LDAP Unsolicited Notifications */
|
||||
#define LDAP_NOTICE_DISCONNECT "1.3.6.1.4.1.1466.20036"
|
||||
|
|
|
|||
Loading…
Reference in a new issue