Hi
On ActiveDirectory (Windows 2003) we have a security-group named "Alle Mitarbeiter". I've checked "Enable Scalix Services for this user" this week, and removed it
some minutes later as I decided to create another group instead of using this existing.
Since then, every time I add/remove a user to the "Alle Mitarbeiter" group I get the following error from omldapsync:
--
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 locate or retrieve information in
LDAP for id ig7CPyy8tUaCAdzM/iVxUA==</message>
<errorcode>UM-1015</errorcode>
</scalix-caa:fault-details>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
--
It looks like omldapsync tries to update the "Alle Mitarbeiter" Group, but this group does not exist (Scalix Services are not enabled for this group anymore).
How can I stop to omldapsync trying to sync this scalix-disabled group?
Thanks for your help
tob