Description of problem: Unable to add new user getting class cast exception Version-Release number of selected component (if applicable): 3.5-rc1 How reproducible: 100% Steps to Reproduce: 1.curl -v -u "user@domain:password" -H "Content-type: application/xml" -X POST -d '<user><domain><name>xxx</name></domain><user_name>xxx@xxx</user_name></user>' -k 'https://xxx/ovirt-engine/api/users' Actual results: < HTTP/1.1 400 Bad Request < Date: Thu, 07 Aug 2014 09:19:46 GMT < Content-Type: application/xml < Content-Length: 267 < Vary: Accept-Encoding < Connection: close < <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <fault> <reason>Operation Failed</reason> <detail>org.ovirt.engine.core.common.queries.searchparameters cannot be cast to org.ovirt.engine.core.common.queries.directorysearchparameters</detail> </fault> Expected results: User should have been added Additional info:
QA note: please use ovirt-engine-extension-aaa-ldap per at least 20140814 (hash 1bdf2a09d).
verified in ovirt-3.5.0_rc1.1
oVirt 3.5 has been released and should include the fix for this issue.