Postby dstazer » Sun Jul 17, 2005 1:11 am
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.