omldapsync problem with AD setup
Posted: Wed Apr 26, 2006 11:52 am
Hello,
I am able to do an ldapsearch command against an AD server and get the correct info, however, when I add a user and run omldapsyc -i AD_SX1, run action 3 to update the directory and I get this error:
--------> Sending SOAP Request to Ubermanager@http://makin.wi.mit.edu/caa/ for method:AddUser
--------> Received SOAP Response from Ubermanager@http://makin.wi.mit.edu/caa/
error: Response contains failure report
>>>>>>>>SOAP Request
SOAP part:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<scalix-caa:CAARequestMessage xmlns:scalix-caa="http://www.scalix.com/caa">
<ServiceType>scalix.res</ServiceType>
<Credentials id="12345">
<Identity name="sxadmin@makin.wi.mit.edu" passwd="xxxxxxxx"/>
</Credentials>
<FunctionName>AddUser</FunctionName>
<AddUserParameters>
<user type="MAIL"/>
<mailNode name="makin,wi"/>
<userAttributes>
<entity name="FOREIGN-ADDR" value="CN=testscalix,CN=Users,DC=scalix,DC=wi,DC=mit,DC=edu"/>
<entity name="CN" value="testscalix"/>
<entity name="GLOBAL-UNIQUE-ID" value="MJqEHENviEi9sxnBOSWmvA=="/>
<entity name="ACCOUNT_STATUS" value="unlock"/>
<entity name="UL-AUTHID" value="testscalix@SCALIX.WI.MIT.EDU"/>
<entity name="UL-IL" value="AMERICAN"/>
<entity name="INTERNET-ADDR" value=""testscalix" <testscalix@wi.mit.edu>"/>
<entity name="UL-CLASS" value="FULL"/>
<entity name="ADMINISTERED-BY" value="ldapsync-AD_SX1"/>
</userAttributes>
</AddUserParameters>
</scalix-caa:CAARequestMessage>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
>>>>>>>>SOAP Response
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>Malformed userAttributes element. It must have at least 'G' or 'S' or 'I' elements</message>
<errorcode>UM-1012</errorcode>
</scalix-caa:fault-details>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Are there a list of UM errror codes available?
thanks
I am able to do an ldapsearch command against an AD server and get the correct info, however, when I add a user and run omldapsyc -i AD_SX1, run action 3 to update the directory and I get this error:
--------> Sending SOAP Request to Ubermanager@http://makin.wi.mit.edu/caa/ for method:AddUser
--------> Received SOAP Response from Ubermanager@http://makin.wi.mit.edu/caa/
error: Response contains failure report
>>>>>>>>SOAP Request
SOAP part:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<scalix-caa:CAARequestMessage xmlns:scalix-caa="http://www.scalix.com/caa">
<ServiceType>scalix.res</ServiceType>
<Credentials id="12345">
<Identity name="sxadmin@makin.wi.mit.edu" passwd="xxxxxxxx"/>
</Credentials>
<FunctionName>AddUser</FunctionName>
<AddUserParameters>
<user type="MAIL"/>
<mailNode name="makin,wi"/>
<userAttributes>
<entity name="FOREIGN-ADDR" value="CN=testscalix,CN=Users,DC=scalix,DC=wi,DC=mit,DC=edu"/>
<entity name="CN" value="testscalix"/>
<entity name="GLOBAL-UNIQUE-ID" value="MJqEHENviEi9sxnBOSWmvA=="/>
<entity name="ACCOUNT_STATUS" value="unlock"/>
<entity name="UL-AUTHID" value="testscalix@SCALIX.WI.MIT.EDU"/>
<entity name="UL-IL" value="AMERICAN"/>
<entity name="INTERNET-ADDR" value=""testscalix" <testscalix@wi.mit.edu>"/>
<entity name="UL-CLASS" value="FULL"/>
<entity name="ADMINISTERED-BY" value="ldapsync-AD_SX1"/>
</userAttributes>
</AddUserParameters>
</scalix-caa:CAARequestMessage>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
>>>>>>>>SOAP Response
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>Malformed userAttributes element. It must have at least 'G' or 'S' or 'I' elements</message>
<errorcode>UM-1012</errorcode>
</scalix-caa:fault-details>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Are there a list of UM errror codes available?
thanks