I just started to use ldap. I did the installation on debian with apt-get install directly so I didn't compile the source.
which file should be loaded in moduleload?
how run slapd in debug mode?

thanks


On 02/20/2012 08:36 AM, Dieter Klünter wrote:
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