HDB to MDB Conversion
Conversion is made in the slapd.conf file (/opt/symas/etc/openldap/slapd.conf
- Change references to hdb in the module load and database sections
- Comment out (#) the following:
- Cachesize
- Idlcachesize
- Checkpoint
- Beneath the commented out Checkpoint entry add the following line:
- Maxsize 10485760
- Equals 10 MB. Increase to 104857600 which equals 100 MB for larger databases.
- (Equals 1 GB in bytes)
- Save the slapd.conf file
- Test the slapd.conf file sudo slaptest -v -f /opt/symas/etc/openldap/slapd.conf
- Restart slapd sudo /opt/symas/etc/solserver restart