mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Add some HDB references
This commit is contained in:
parent
cdf74c5cb0
commit
20c16c279f
1 changed files with 7 additions and 6 deletions
|
|
@ -727,13 +727,14 @@ H4: Sample Entry
|
|||
>olcDatabase: frontend
|
||||
>olcReadOnly: FALSE
|
||||
|
||||
H3: BDB Database Directives
|
||||
H3: BDB and HDB Database Directives
|
||||
|
||||
Directives in this category only apply to a {{TERM:BDB}} database.
|
||||
Directives in this category apply to both the {{TERM:BDB}}
|
||||
and the {{TERM:HDB}} database.
|
||||
They are used in an olcDatabase entry in addition to the generic
|
||||
database directives defined above. For a complete reference
|
||||
of BDB configuration directives, see {{slapd-bdb}}(5). BDB database
|
||||
entries must have the {{EX:olcBdbConfig}} objectClass.
|
||||
of BDB/HDB configuration directives, see {{slapd-bdb}}(5). BDB and
|
||||
HDB database entries must have the {{EX:olcBdbConfig}} objectClass.
|
||||
|
||||
|
||||
H4: olcDbDirectory: <directory>
|
||||
|
|
@ -925,10 +926,10 @@ house the environment.
|
|||
|
||||
H4: Sample Entry
|
||||
|
||||
>dn: olcDatabase=bdb,cn=config
|
||||
>dn: olcDatabase=hdb,cn=config
|
||||
>objectClass: olcDatabaseConfig
|
||||
>objectClass: olcBdbConfig
|
||||
>olcDatabase: bdb
|
||||
>olcDatabase: hdb
|
||||
>olcSuffix: "dc=example,dc=com"
|
||||
>olcDbDirectory: /usr/local/var/openldap-data
|
||||
>olcDbCacheSize: 1000
|
||||
|
|
|
|||
Loading…
Reference in a new issue