]> git.sur5r.net Git - openldap/commitdiff
Add DUPENT macros
authorKurt Zeilenga <kurt@openldap.org>
Thu, 15 Mar 2001 03:08:44 +0000 (03:08 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 15 Mar 2001 03:08:44 +0000 (03:08 +0000)
include/ldap.h

index d3b1dfada93eaeb45dcfcd31c7577840a75ce482..09f578917560e0065ae590059355a7227288f49e 100644 (file)
@@ -186,6 +186,11 @@ typedef struct ldapcontrol {
 
 #define LDAP_CONTROL_MANAGEDSAIT "2.16.840.1.113730.3.4.2"
 
+#define LDAP_CONTROL_DUPENT    LDAP_CONTROL_DUPENT_REQUEST
+#define LDAP_CONTROL_DUPENT_REQUEST            "2.16.840.1.113719.1.27.101.1"
+#define LDAP_CONTROL_DUPENT_RESPONSE   "2.16.840.1.113719.1.27.101.2"
+#define LDAP_CONTROL_DUPENT_ENTRY              "2.16.840.1.113719.1.27.101.3"
+
 /* Experimental Controls */
 
 #define LDAP_CONTROL_SORTREQUEST    "1.2.840.113556.1.4.473"