]> git.sur5r.net Git - openldap/commitdiff
Added PermitModify/NoReferrals controls
authorLuke Howard <lukeh@openldap.org>
Thu, 23 Jan 2003 11:36:12 +0000 (11:36 +0000)
committerLuke Howard <lukeh@openldap.org>
Thu, 23 Jan 2003 11:36:12 +0000 (11:36 +0000)
include/ldap.h

index b8bd1a8166da2c362d49a878c125e291e3f2259f..3df4fb536ab621f16d61299519e62858c7e419d1 100644 (file)
@@ -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