From b21a1ce71ca7b2219ad477e9d8287f3bacdddac5 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Tue, 21 Aug 2007 18:09:13 +0000 Subject: [PATCH] move to implemented :) --- include/ldap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ldap.h b/include/ldap.h index c4c4d520f8..2e5500da77 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -289,9 +289,9 @@ 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 subordinate NCs */ +#define LDAP_CONTROL_X_TREE_DELETE "1.2.840.113556.1.4.805" /* MS Active Directory controls - not implemented in slapd(8) */ -#define LDAP_CONTROL_X_TREE_DELETE "1.2.840.113556.1.4.805" #define LDAP_CONTROL_X_EXTENDED_DN "1.2.840.113556.1.4.529" /* various expired works */ -- 2.39.5