could not connect ldap server
Albert Cervera i Areny
albert at nan-tic.com
Sun Feb 15 12:39:28 CET 2009
Hi,
I installed kolab on a Debian Lenny server and got the error "could not
connect ldap server" in kolab_bootstrap.
In order to make it work I comented line #469:
#(system("/kolab/libexec/openldap/slapd -h
ldap://127.0.0.1:389/ -f /kolab/etc/openldap/slapd.conf -u kolab -g kolab")
== 0 ) || die( "Could not start temporary slapd: $!" );
and replaced it with:
(system("/kolab/bin/openpkg rc openldap start") == 0 ) || die( "Could not
start temporary slapd: $!" );
--
Albert Cervera i Areny
http://www.NaN-tic.com
More information about the users
mailing list