Hi!
I tried to install OpenLDAP 2.0.7 and support for Netscape Roaming
Access. I used LDAP Linux Howto and instructions found in
http://home.kabelfoon.nl/~hvdkooij/Netscape_and_OpenLDAP_v2/introduct...
(Using NetScape with OpenLDAP v2.x)
First I installed the database (GDBM v1.8.0) and then I installed
OpenLDAP. I did not notice any problems while installing them. After
that I edited configuration files.
Then the problems begun: slapd didn't start at all. I started it with
command "/usr/local/libexec/slapd -h ldap://192.168.1.7 -d 1" and it
prints following output:
daemon_init: listen on ldap://192.168.1.7
daemon_init: 1 listeners to open...
ldap_url_parse(ldap://192.168.1.7)
daemon: initialized ldap://192.168.1.7
daemon_init: 1 listeners opened
slapd init: initiated server.
slapd startup: initiated.
slapd starting
It just jams right there. With an option -d 1 I got little more
information about the exact point:
...
slapd startup: initiated.
slapd starting
daemon: added 6r
daemon: select: listen=6 active_threads=0 tvp=NULL
And there it is. Nothing happens. The log indicates that all the
configuration files are loaded successfully. Does anyone have any
similar experiences or tips how to get it work?
Thanks in advance,
Matti Juutilainen