Am Mon, 20 Feb 2012 07:54:13 +0100
schrieb stefano <stefano.malini@gmail.com>:
hi,
i need help about ldap configuration, please.
i configured slapd.conf like this:
/include /etc/ldap/schema/core.schema
include /etc/ldap/schema/cosine.schema
include /etc/ldap/schema/nis.schema
include /etc/ldap/schema/inetorgperson.schema
pidfile /var/run/slapd/slapd.pid
argsfile /var/run/slapd.args
loglevel none
modulepath /usr/lib/ldap
moduleload back_hdb
[...]
you have not defined the module as file.
man slpad.conf(5)
moduleload <filename>
Specify the name of a dynamically loadable module to
load.
In order to recieve more information, run slapd(8) in debugging mode.
-Dieter