Hi,
I tried connecting openLDAP server with MySQL cluster through NDB APIs. I made configuration changes in slapd.conf so that it connects to NDB.
However it is throwing Unrecongnized NDB.
I request you to help me. It will be great if u share me sample slapd.conf file that has the NDB configuration.
I configured with --enable-ndb. I have done the modifications in the slapd.conf as given below.
include /usr/etc/openldap/schema/core. schema pidfile /usr/var/run/slapd.pid argsfile /usr/var/run/slapd.args
database ndb suffix "dc=ril,dc=com" rootdn "cn=Directory Manager,dc=ril,dc=com" rootpw secret directory /usr/local/openldap/var/openldap-data dbconnect localhost:3301 dbhost localhost dbname openidm dbuser root dbpass password dbconnections 1 dbsocket /tmp/mysql.sock
I request you to guide me to make openLDAP work with the MySQL cluster.
Thanks & Regards, Shekhar.