From ca0e431cffb718e649b227102f31d22c538807d2 Mon Sep 17 00:00:00 2001
From: Hallvard Furuseth <hallvard@openldap.org>
Date: Mon, 18 Jul 2005 11:14:39 +0000
Subject: [PATCH] Add slapd-hdb

---
 doc/man/man5/slapd.conf.5 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5
index e2580d31c8..12bb0ee00b 100644
--- a/doc/man/man5/slapd.conf.5
+++ b/doc/man/man5/slapd.conf.5
@@ -972,6 +972,7 @@ should be one of
 .BR bdb ,
 .BR config ,
 .BR dnssrv ,
+.BR hdb ,
 .BR ldap ,
 .BR ldbm ,
 .BR ldif ,
@@ -1001,6 +1002,7 @@ should be one of
 .BR bdb ,
 .BR config ,
 .BR dnssrv ,
+.BR hdb ,
 .BR ldap ,
 .BR ldbm ,
 .BR ldif ,
@@ -1562,6 +1564,10 @@ This backend is experimental.
 It serves up referrals based upon SRV resource records held in the
 Domain Name System.
 .TP
+.B hdb
+This is a variant of the BDB backend that uses a hierarchical database
+layout which supports subtree renames.
+.TP
 .B ldap
 This backend acts as a proxy to forward incoming requests to another
 LDAP server.
@@ -1675,6 +1681,7 @@ default slapd configuration file
 .BR ldap (3),
 .BR slapd\-bdb (5),
 .BR slapd\-dnssrv (5),
+.BR slapd\-hdb (5),
 .BR slapd\-ldap (5),
 .BR slapd\-ldbm (5),
 .BR slapd\-ldif (5),
-- 
GitLab