Page 1 of 1

OpenLDAP

Posted: Tue Oct 03, 2006 9:54 am
by chrisv
Hi guys,

I have a client that wants to run Scalix Community Edition, but while they migrate their users across they would like to keep their list of Internet users up to date with their current LDAP server.

I've setup the synchronization agreement, but I get the following error when it tries to add the internet users found in the LDAP server (Domain name changed to protect the innocent):
SOAP part:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>CAA Service Error</faultstring>
<detail>
<scalix-caa:fault-details xmlns:scalix-caa="http://www.scalix.com/caa">
<message>Failed to obtain or locate Registered Server Table Entry for server scalix.mydomain.com</message>
<errorcode>UM-1062</errorcode>
</scalix-caa:fault-details>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


Do you need to have an enterprise class license to sync with OpenLDAP? I know you need it for AD synchronization and the connector, but we're using neither of these.

Thanks
Chris

Posted: Tue Oct 03, 2006 10:30 am
by davidz
Can you please post your sync.cfg file?

Also you don't need the Enterprise version to sync to an OpenLDAP server. Community Edition works just fine (this is what we use).

Posted: Tue Oct 03, 2006 10:51 am
by chrisv
Hi David,

Thanks. While posting my sync.cfg file to forum and removing identifiable info, I discovered a typo in IM_CAA_URL
Fixed it and it's working now :)

Posted: Tue Oct 03, 2006 10:59 am
by davidz
Let me guess, it was the trailing "/" on the url?