]> git.sur5r.net Git - openldap/commitdiff
add LDAP_CONTROL_X_EXTENDED_DN
authorLuke Howard <lukeh@openldap.org>
Fri, 29 Jul 2005 08:43:29 +0000 (08:43 +0000)
committerLuke Howard <lukeh@openldap.org>
Fri, 29 Jul 2005 08:43:29 +0000 (08:43 +0000)
include/ldap.h

index 894eac110456a7a2070b7d78f261372b1a3299c5..e5efc52c2063f001edb2155141fd01de9e341eea 100644 (file)
@@ -298,6 +298,7 @@ typedef struct ldapcontrol {
 #define LDAP_CONTROL_X_SEARCH_OPTIONS          "1.2.840.113556.1.4.1340"
 #define LDAP_SEARCH_FLAG_DOMAIN_SCOPE          1 /* do not generate referrals */
 #define LDAP_SEARCH_FLAG_PHANTOM_ROOT          2 /* search all NCs subordinate to base */
+#define LDAP_CONTROL_X_EXTENDED_DN             "1.2.840.113556.1.4.529"
 
 /* LDAP Unsolicited Notifications */
 #define        LDAP_NOTICE_OF_DISCONNECTION    "1.3.6.1.4.1.1466.20036" /* RFC 2251 */