From eaaf2d95e87956b908af08dfe947b5c846caeeef Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Thu, 11 May 2006 18:56:41 +0000
Subject: [PATCH] Pre/Post-Read 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 da7b438f6e..62d7f2ed95 100644
--- a/servers/slapd/back-bdb/init.c
+++ b/servers/slapd/back-bdb/init.c
@@ -553,6 +553,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,
 		NULL
-- 
GitLab