Skip to content
Snippets Groups Projects
Commit 78e4cb57 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix ManageDSAit OID (had extra .16)

parent 2d271912
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment