Page 1 of 1

OpenLDAP, omldapsync errors

Posted: Fri Sep 01, 2006 12:27 pm
by nhudson
I am trying to import a list of users from my LDAP directory using omldapsync. I have everything configured that I know of to get this to work. When I run the omldapsync command users get imported but it does not set up any email boxes for the users. I have the following added to my LDAP configuration for the users

objectClass: exScalixClass
exScalixObject: TRUE
exScalixMailnode: scalixdemo,awarix
exScalixMsglang: ENGLISH
exScalixAdmin: TRUE
exScalixMboxadmin: TRUE

So when I run omldapsync -u scalixdemo -S I get the following errors when trying to create the mailboxes.

Code: Select all

      <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>omaddu : [OM 8114] Could not get a license to configure this user.  :scalixdemo.awarix.com</message>
                    <errorcode>OM 8114</errorcode>
                </scalix-caa:fault-details>
            </detail>
        </SOAP-ENV:Fault>


Anyone have any ideas why it cant authenticate with the server? I have an eval license that is still good for another 45 days or so. Any help would be appreciated.

Thanks
Nick