add LDAP_CONTROL_X_EXTENDED_DN

This commit is contained in:
Luke Howard 2005-07-29 08:43:29 +00:00
parent a8447452df
commit 658fdd2cf3

View 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 */