+++ This bug was initially created as a clone of Bug #1262604 +++ CURRENT BEHAVIOUR # PGPASSWORD=xxx psql -h localhost -U engine -d engine -c 'select domain, external_id from users;' domain | external_id ----------------+-------------------------------------- internal-authz | ae93e5fd-9f3b-4392-8eff-f09ebe12b9f1 # /usr/share/ovirt-engine/bin/ovirt-engine-role.sh --command=add --user-name=admin --provider=internal-authz1234 --provider-id=ae93e5fd-9f3b-4392-8eff-f09ebe12b9f1 --role=SuperUser # PGPASSWORD=UJHJLSDjr7MAlIQiaebBSs psql -h localhost -U engine -d engine -c 'select domain, external_id from users;' domain | external_id ----------------+-------------------------------------- internal-authz | ae93e5fd-9f3b-4392-8eff-f09ebe12b9f1 EXPECTED BEHAVIOUR The user from internal-authz1234 should be added, even if the provider-id is the same as other providers, uniqueness is per provider. --- Additional comment from Alon Bar-Lev on 2015-09-13 07:11:20 EDT --- 1. provider id should be unique within provider. 2. namespace is missing 3. parameter do not confirm to other product terms. --- Additional comment from Red Hat Bugzilla Rules Engine on 2015-10-18 04:21:45 EDT --- Fixed bug tickets must have version flags set prior to fixing them. Please set the correct version flags and move the bugs back to the previous status after this is corrected. --- Additional comment from Eyal Edri on 2015-11-01 09:25:17 EST --- this bug has both 3.5.z & 3.6.0 flags, in bugzilla lang it means its a clone candidate from 3.6.0 to 3.5.z meaning it's pending a clone and wasn't fixed for 3.5.z. if this isn't the case, please fix flags accordingly, if it is the case, then please clone the bugs to 3.5.7 (3.5.6 was built already)
Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release.
Usage: /usr/share/ovirt-engine/bin/ovirt-engine-role.sh [OPTIONS] --authz-name=name Name of authorization provider instace. --principal-namespace=ns Namespace within provider. --principal-id=id Unique user id within provider.
oVirt 3.5.6 has been released and the bz verified, moving to closed current release.