mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
Fix ManageDSAit OID (had extra .16)
This commit is contained in:
parent
2d2719123d
commit
78e4cb57aa
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ typedef struct ldapcontrol {
|
|||
#define LDAP_CHASE_SUBORDINATE_REFERRALS 0x0020
|
||||
#define LDAP_CHASE_EXTERNAL_REFERRALS 0x0040
|
||||
|
||||
#define LDAP_CONTROL_MANAGEDSAIT "2.16.16.840.1.113730.3.4.2"
|
||||
#define LDAP_CONTROL_MANAGEDSAIT "2.16.840.1.113730.3.2.6"
|
||||
|
||||
/* LDAP Unsolicited Notifications */
|
||||
#define LDAP_NOTICE_DISCONNECT "1.3.6.1.4.1.1466.20036"
|
||||
|
|
|
|||
Loading…
Reference in a new issue