Add support for OpenLDAP libmdb

This commit is contained in:
Howard Chu
2012-10-07 16:44:33 -07:00
parent 47c71b5971
commit 9f95207933
4 changed files with 415 additions and 0 deletions

View File

@@ -70,6 +70,9 @@ static struct hdb_method methods[] = {
#if HAVE_DB1
{ HDB_INTERFACE_VERSION, "mit-db:", hdb_mitdb_create},
#endif
#if HAVE_MDB
{ HDB_INTERFACE_VERSION, "mdb:", hdb_mdb_create},
#endif
#if HAVE_NDBM
{ HDB_INTERFACE_VERSION, "ndbm:", hdb_ndbm_create},
#endif