mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
Add slapd-hdb
This commit is contained in:
parent
b3953aaa43
commit
ca0e431cff
1 changed files with 7 additions and 0 deletions
|
|
@ -972,6 +972,7 @@ should be one of
|
||||||
.BR bdb ,
|
.BR bdb ,
|
||||||
.BR config ,
|
.BR config ,
|
||||||
.BR dnssrv ,
|
.BR dnssrv ,
|
||||||
|
.BR hdb ,
|
||||||
.BR ldap ,
|
.BR ldap ,
|
||||||
.BR ldbm ,
|
.BR ldbm ,
|
||||||
.BR ldif ,
|
.BR ldif ,
|
||||||
|
|
@ -1001,6 +1002,7 @@ should be one of
|
||||||
.BR bdb ,
|
.BR bdb ,
|
||||||
.BR config ,
|
.BR config ,
|
||||||
.BR dnssrv ,
|
.BR dnssrv ,
|
||||||
|
.BR hdb ,
|
||||||
.BR ldap ,
|
.BR ldap ,
|
||||||
.BR ldbm ,
|
.BR ldbm ,
|
||||||
.BR ldif ,
|
.BR ldif ,
|
||||||
|
|
@ -1562,6 +1564,10 @@ This backend is experimental.
|
||||||
It serves up referrals based upon SRV resource records held in the
|
It serves up referrals based upon SRV resource records held in the
|
||||||
Domain Name System.
|
Domain Name System.
|
||||||
.TP
|
.TP
|
||||||
|
.B hdb
|
||||||
|
This is a variant of the BDB backend that uses a hierarchical database
|
||||||
|
layout which supports subtree renames.
|
||||||
|
.TP
|
||||||
.B ldap
|
.B ldap
|
||||||
This backend acts as a proxy to forward incoming requests to another
|
This backend acts as a proxy to forward incoming requests to another
|
||||||
LDAP server.
|
LDAP server.
|
||||||
|
|
@ -1675,6 +1681,7 @@ default slapd configuration file
|
||||||
.BR ldap (3),
|
.BR ldap (3),
|
||||||
.BR slapd\-bdb (5),
|
.BR slapd\-bdb (5),
|
||||||
.BR slapd\-dnssrv (5),
|
.BR slapd\-dnssrv (5),
|
||||||
|
.BR slapd\-hdb (5),
|
||||||
.BR slapd\-ldap (5),
|
.BR slapd\-ldap (5),
|
||||||
.BR slapd\-ldbm (5),
|
.BR slapd\-ldbm (5),
|
||||||
.BR slapd\-ldif (5),
|
.BR slapd\-ldif (5),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue