From cf1304147daf3f0b3e0f312f9f64ae9bf5bd5107 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Thu, 11 May 2006 16:45:33 +0000 Subject: [PATCH] Add Pre- and Postread Control to the supported controls (ITS#4538) --- servers/slapd/back-bdb/init.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/servers/slapd/back-bdb/init.c b/servers/slapd/back-bdb/init.c index 6fe2a30609..635281b79a 100644 --- a/servers/slapd/back-bdb/init.c +++ b/servers/slapd/back-bdb/init.c @@ -551,6 +551,8 @@ bdb_back_initialize( LDAP_CONTROL_MANAGEDSAIT, LDAP_CONTROL_NOOP, LDAP_CONTROL_PAGEDRESULTS, + LDAP_CONTROL_PRE_READ, + LDAP_CONTROL_POST_READ, LDAP_CONTROL_SUBENTRIES, LDAP_CONTROL_X_PERMISSIVE_MODIFY, #ifdef LDAP_X_TXN -- 2.39.5