From: Ralf Haferkamp (rhafer_at_suse.de)
Date: Thu Jun 08 2006 - 10:20:16 CEST
From: Ralf Haferkamp <rhafer@suse.de> Date: Thu, 8 Jun 2006 10:20:16 +0200 Message-Id: <200606081020.16235.rhafer@suse.de> Subject: Re: [suse-sles-e] Problem with OpenLDAP in SLES9 SP3
On Thursday 08 June 2006 09:56, shashi wrote:
[..]
> >>>> I configured port 10000 to run OpenLDAP, i updated this information in
> >>>> /etc/sysconfig/openldap file and executed SuSEconfig command. Whenever
> >>>> i start the service (rcldap start), i will get the above mentioned
> >>>> error message.cat
> >>>
> >>> What exactly did you set in /etc/sysconfig/openldap? Note, it's not
> >>> needed to run SuSEconfig after changing something in
> >>> /etc/sysconfig/openldap.
> >>
> >> OPENLDAP_LDAP_INTERFACES="<hostname>:10389"
> >> OPENLDAP_LDAPS_INTERFACES=<hostname>:10636"
> >
> > Hm, that works for me. Have you set any other options
> > in /etc/sysconfig/openldap (like e.g. OPENLDAP_SLAPD_PARAMS) or modified
> > something in /etc/init.d/ldap?
>
> OPENLDAP_START_LDAPS="no"
> OPENLDAP_START_LDAPI="yes"
> OPENLDAP_SLAPD_PARAMS=""
> OPENLDAP_USER="ldap"
> OPENLDAP_GROUP="ldap"
> OPENLDAP_CHOWN_DIRS="yes"
> OPENLDAP_LDAP_INTERFACES="<hostname>:10389"
> OPENLDAP_LDAPS_INTERFACES="<hostname>:10636"
> OPENLDAP_REGISTER_SLP="yes"
> OPENLDAP_KRB5_KEYTAB=""
>
> This is my configuration in /etc/sysconfig/openldap and i didn't modify
> anything in /etc/init.d/ldap.
>
> Here i just want to mention one thing. With the above configuration,
> until 3 days ago, OpenLDAP was running perfectly. Afterwards, i
> installed Novell IDM suite (eDirectory, Identity Manager, iManager and
> Designer) . From this point, i getting this problem.
Well, then I guess that some part of this is listening on port 10389 or 10636.
Please check again with netstat -ap
You could also try to start OpenLDAP directly from the command line with:
/usr/lib/openldap/slapd -u ldap -g ldap -d -1 \
-h "ldap://0.0.0.0:10389 ldaps://0.0.0.0:10636"
To see if that works. (This might print a lot of stuff to stdout)
> Do you think eDirectory is causing any problem to OpenLDAP? Does
> eDirectory installation modifies any OpenLDAP libraries?
No I don't think so.
> If eDirectory
> causes some problems to OpenLDAP, then how OES (Linux version) is working?
-- Ralf Haferkamp SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg T: +49-911-74053-0 F: +49-911-74053575 - Ralf.Haferkamp@suse.com --------------------------------------------------------------------- To unsubscribe, e-mail: suse-sles-e-unsubscribe@suse.com For additional commands, e-mail: suse-sles-e-help@suse.com
This archive was generated by hypermail 2.1.7 : Thu Jun 08 2006 - 10:20:23 CEST