Hide Forgot
Description of problem: After do the "Active Directory Directly" configuration, according documentation [1], is not possible consume API using the this credential, although it's possible authenticate via webUI. I did test with user role and administrative role, still without permission to consume API. [1]. https://access.redhat.com/documentation/en/red-hat-satellite/6.2/paged/server-administration-guide/94-using-active-directory-directly Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Configure authentication according [1] 2. Login with user account (<user login>@<domain>) 3. Via cli, run the command below - curl -X GET -k -u <user login>@<domain> -H "Accept:application/json" https://<satellite server fqdn>/katello/api/organizations 4. Define administrative role to user 5. Redo the test via cli - curl -X GET -k -u <user login>@<domain> -H "Accept:application/json" https://<satellite server fqdn>/katello/api/organizations Actual results: Enter host password for user '<user login>@<domain>': { "error": {"message":"Unable to authenticate user <user login>@<domain>"} } Expected results: Organization list Additional info:
I wonder if this is a dupe of https://bugzilla.redhat.com/show_bug.cgi?id=1266407? aka http://projects.theforeman.org/issues/11317
I agree with Evgeni about the dupe with 1266407 *** This bug has been marked as a duplicate of bug 1266407 ***