Page 1 of 1

LDAP Server

Posted: Mon Mar 21, 2005 7:26 am
by robertsiedl
Hi,

I will install scalix on a linux server. On this server is samba and openLDAP running. Can I change the scalix ldap port?

best regards,

Robert Siedl

Posted: Tue Mar 22, 2005 10:12 am
by zandrew
Hi,

You should use "omsetsvc -d" command to change omslapd service port number.
First search for "omsetsvc -d" in the /opt/scalix/install/OM-LDAP.inst file.
Now execute omsetsvc command with exactly the same parameters except
"~/bin/omslapd" changed to "~/bin/omslapd -p <desired port number>".

Enjoy!

Moving LDAP Server to Different Port

Posted: Sun Jul 17, 2005 1:11 am
by dstazer
I'm trying to move the Scalix LDAP server to a different port (as I have a non-scalix LDAP server running on port 389 on the machine). I've done the following:

omslapd -p 399

changed port to 399 in /var/opt/scalix/sys/slapd.conf

However, the Scalix Admin Console still expects LDAp on port 389; the following is in the tomcat CAA Log:

2005-07-16 21:21:40,924 ERROR [RbacAuthorizationHelper.authenticateUser:80]
Exception:
javax.naming.CommunicationException: [localhost]:389 [Root exception is
java.net.ConnectException: Connection refused]

I'm wondering if anyone knows how to instruct the admin server (and an other Scalix components that presume LDAP is on 389) to look on a different port?

Thanks.

Posted: Mon Jul 18, 2005 2:32 pm
by ScalixSupport
At present, we don't have the option to change the port number for the LDAP queries that the Administration Console makes.

I have raised this as an enhancement request for a future release but there is no timeline as to when this will be available.

Cheers

Dave