From: Howard Chu Date: Fri, 1 Jul 2005 02:50:11 +0000 (+0000) Subject: ITS#3821 back-hdb has its own objectclass now X-Git-Tag: OPENLDAP_AC_BP~474 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=88657fd153c51244b7e1c43399ca7ce42c86c482;p=openldap ITS#3821 back-hdb has its own objectclass now --- diff --git a/doc/guide/admin/slapdconf2.sdf b/doc/guide/admin/slapdconf2.sdf index 9c0d49bb0e..dde88e0584 100644 --- a/doc/guide/admin/slapdconf2.sdf +++ b/doc/guide/admin/slapdconf2.sdf @@ -774,9 +774,10 @@ 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/HDB configuration directives, see {{slapd-bdb}}(5). BDB and -HDB database entries must have the {{EX:olcBdbConfig}} objectClass in -addition to the {{EX:olcDatabaseConfig}} class. +of BDB/HDB configuration directives, see {{slapd-bdb}}(5). In +addition to the {{EX:olcDatabaseConfig}} objectClass, BDB and HDB +database entries must have the {{EX:olcBdbConfig}} and +{{EX:olcHdbConfig}} objectClass, respectively. H4: olcDbDirectory: @@ -970,7 +971,7 @@ H4: Sample Entry >dn: olcDatabase=hdb,cn=config >objectClass: olcDatabaseConfig ->objectClass: olcBdbConfig +>objectClass: olcHdbConfig >olcDatabase: hdb >olcSuffix: "dc=example,dc=com" >olcDbDirectory: /usr/local/var/openldap-data