From 2bb23eb2a0e67c595171318bdb06b02f5a954c07 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Thu, 23 Jan 2003 11:36:12 +0000 Subject: [PATCH] Added PermitModify/NoReferrals controls --- include/ldap.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/ldap.h b/include/ldap.h index b8bd1a8166..3df4fb536a 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -219,6 +219,9 @@ typedef struct ldapcontrol { #define LDAP_CONTROL_VALUESRETURNFILTER "1.2.826.0.1.334810.2.3" +#define LDAP_CONTROL_PERMITMODIFY "1.2.840.113556.1.4.1413" +#define LDAP_CONTROL_NOREFERRALS "1.2.840.113556.1.4.1339" + /* LDAP Unsolicited Notifications */ #define LDAP_NOTICE_OF_DISCONNECTION "1.3.6.1.4.1.1466.20036" #define LDAP_NOTICE_DISCONNECT LDAP_NOTICE_OF_DISCONNECTION -- 2.39.5