As non-admin with privileges allowing to create/modify users and groups, I want to create a user and specify its radius server with ipa user-add|mod ... --radius=
The command fails looking for the radius server because of ACI issues.
$ ipa user-add nonadmin --first nonadmin --last nonadmin --password $ ipa role-add-member 'User Administrator' --users=nonadmin $ ipa radiusproxy-add --desc "My Radius Proxy" --server radius.example.com myradius $ kinit nonadmin $ ipa user-add test --first test --last test --radius-username test --radius myradius ipa: ERROR: no matching entry found
FreeIPA should define permissions, privileges and roles so that the admin can easily allow another user to define the radius server used by a user.
Metadata Update from @frenaud: - Issue set to the milestone: FreeIPA 4.6.5
Metadata Update from @frenaud: - Issue assigned to frenaud
Metadata Update from @frenaud: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/2530
master:
ipa-4-6:
ipa-4-7:
Metadata Update from @cheimes: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)