I am new to Red Hat Enterprise Linux 5.3(Tikanga) as well as to open ldap.As openldap comes by default with the red hat.So i have installed berkeley database db-5.3.15.tar.gz
Version of already installed OpenLdap: openldap-2.3.43-3.el5
When I am running slapd by command:
service ldap start
It is showing
Starting slapd: [ OK ]
but no slapd process is starting. Please suggest what is the problem.
Thanks.
first off, are you sure its not running by checking the following commands;
You can check that the ldap is actually running by using the command
netstat -lntp | grep 389
and it should show something like this;If it is not running then try and start the command from the command line (so you can see any error messages to standard outout/error) like so;
my log file seems to be located by default in
/var/log/slapd.log
, so that is the first place to look for additional information.If it is definitely not starting, then you can edit the
/etc/openldap/slapd.conf
file to increase the logging activity with the loglevel command;