From: Luke Howard Date: Fri, 29 Jul 2005 08:43:29 +0000 (+0000) Subject: add LDAP_CONTROL_X_EXTENDED_DN X-Git-Tag: OPENLDAP_AC_BP~157 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=658fdd2cf35fc11be0305a34d625d2ac74bccdbe;p=openldap add LDAP_CONTROL_X_EXTENDED_DN --- diff --git a/include/ldap.h b/include/ldap.h index 894eac1104..e5efc52c20 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -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 */