Default backend is mdb, not hdb

Bug #1689649 reported by Andreas Hasenack
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Server Guide
Fix Released
Undecided
Andreas Hasenack

Bug Description

In xenial at least, not sure about older versions, the default openldap backend is mdb, and not hdb.

All the instructions, screen dumps and commands that refer to hdb need to be changed to mdb.

For example:
<programlisting>
dn: olcDatabase={1}hdb,cn=config
add: olcDbIndex
olcDbIndex: uid eq,pres,sub
</programlisting>

Becomes:
<programlisting>
dn: olcDatabase={1}mdb,cn=config
add: olcDbIndex
olcDbIndex: uid eq,pres,sub
</programlisting>

Related branches

Changed in serverguide:
status: New → In Progress
assignee: nobody → Andreas Hasenack (ahasenack)
Changed in serverguide:
status: In Progress → Fix Committed
Changed in serverguide:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.