Problème Avec Openldap (SLDAP) Sous Debian Etch
Bonjour,
J'essaie désespérément d'installer open ldap sur ma distribution Debian Etch.
Quand je lance la commande :
Code:
/etc/init.d/slapd restart
Le serveur me renvoie :
Code:
1 2 3 4 5 6 7 8 9 10 11 12
| srvdebian:~# /etc/init.d/slapd restart
Stopping OpenLDAP: slapd.
Starting OpenLDAP: slapd - failed.
The operation failed but no output was produced. For hints on what went
wrong please refer to the system's logfiles (e.g. /var/log/syslog) or
try running the daemon in Debug mode like via "slapd -d 16383" (warning:
this will create copious output).
Below, you can find the command line options used by this script to
run slapd and slurpd. Do not forget to specify those options if you
want to look to debugging output:
slapd -g openldap -u openldap |
Je lance donc la commande demandée :
En voici le résultat :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| srvdebian:~# slapd -d 16383
@(#) $OpenLDAP: slapd 2.3.30 (Oct 5 2008 22:08:58) $
jmm@galadriel:/home/jmm/ldap/openldap2.3-2.3.30/debian/build/servers/slapd
daemon_init: <null>
daemon_init: listen on ldap:///
daemon_init: 1 listeners to open...
ldap_url_parse_ext(ldap:///)
daemon: listener initialized ldap:///
daemon_init: 2 listeners opened
slapd init: initiated server.
slap_sasl_init: initialized!
reading config file /etc/ldap/slapd.conf
line 11 (include /etc/ldap/schema/core.schema)
could not stat config file "/etc/ldap/schema/core.schema": No such file or directory (2)
/etc/ldap/slapd.conf: line 11: <include> handler exited with 1!
slapd destroy: freeing system resources.
slapd stopped.
connections_destroy: nothing to destroy. |
Je vous mets aussi le syslog
Code:
1 2 3 4 5 6
| Nov 19 22:20:01 srvdebian /USR/SBIN/CRON[14250]: (root) CMD (/usr/sbin/clamdmon.sh)
Nov 19 22:20:15 srvdebian slapd[14253]: @(#) $OpenLDAP: slapd 2.3.30 (Oct 5 2008 22:08:58) $ ^Ijmm@galadriel:/home/jmm/ldap/openldap2.3-2.3.30/debian/build/servers/slapd
Nov 19 22:20:15 srvdebian slapd[14253]: could not stat config file "/etc/ldap/schema/core.schema": No such file or directory (2)
Nov 19 22:20:15 srvdebian slapd[14253]: slapd destroy: freeing system resources.
Nov 19 22:20:15 srvdebian slapd[14253]: slapd stopped.
Nov 19 22:20:15 srvdebian slapd[14253]: connections_destroy: nothing to destroy. |
Et la je ne vois plus !!
Avez-vous une idée ?
D'avance Merci