I am trying to load the module for openldap mdb backend which is suppose to be located in /usr/lib64/openldap but it is not there. I am trying this ldif;
dn: cn=module,cn=config
objectClass: olcModuleList
cn: module
olcModulepath: /usr/lib64/openldap
olcModuleload: back_mdb
ldapadd -Y EXTERNAL -H ldap:/// -f mod-mdb.ldif
Of course there re no back_bdb or back_hdb, do I not need to load the module first !? I am using centos 7, Thank you.
Am Mon, 18 Jul 2016 15:46:26 +0000 schrieb Kaveh Ehsani kee2006@med.cornell.edu:
I am trying to load the module for openldap mdb backend which is suppose to be located in /usr/lib64/openldap but it is not there. I am trying this ldif;
dn: cn=module,cn=config
objectClass: olcModuleList
cn: module
olcModulepath: /usr/lib64/openldap
olcModuleload: back_mdb
ldapadd -Y EXTERNAL -H ldap:/// -f mod-mdb.ldif
Of course there re no back_bdb or back_hdb, do I not need to load the module first !? I am using centos 7, Thank you.
Most likely back_mdb is built in, run slapd -VVV which will list the built in modules.
-Dieter
openldap-technical@openldap.org