LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ldap start fails (https://www.linuxquestions.org/questions/linux-newbie-8/ldap-start-fails-792084/)

avtandil_k 02-27-2010 11:38 PM

ldap start fails
 
Hi
How do I go about to troubleshoot the failure of ldap server start on openSUSE 11.2? I added a custom configuration (through GUI) and now the server does not whant to start with that configuration.
Thanks.

opensuse-112-64:~ # /etc/init.d/ldap start
Starting ldap-serverstartproc: exit status of parent of /usr/lib/openldap/slapd: 1
failed

bathory 02-28-2010 11:38 AM

Hi,

You can run slapd in debug mode and see what happens:
Code:

/usr/lib/openldap/slapd -d 255
To test the config file:
Code:

/usr/lib/openldap/slapd -Tt
Regards


All times are GMT -5. The time now is 04:15 AM.