mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed: Unable to add external user for RunAs User for Sudo rules
https://fedorahosted.org/freeipa/ticket/1987 There is no way to add root or any external user as a RunAs User for a Sudo Rule.
This commit is contained in:
committed by
Endi S. Dewata
parent
99d938152f
commit
1e53914221
@@ -948,6 +948,7 @@ IPA.sudo.rule_details_runas_section = function(spec) {
|
||||
id: that.entity.name+'-runasruser_user',
|
||||
name: 'ipasudorunas_user',
|
||||
entity: that.entity,
|
||||
external: 'ipasudorunasextuser',
|
||||
add_method: 'add_runasuser',
|
||||
remove_method: 'remove_runasuser',
|
||||
add_title: IPA.messages.association.add.ipasudorunas,
|
||||
@@ -982,6 +983,7 @@ IPA.sudo.rule_details_runas_section = function(spec) {
|
||||
id: that.entity.name+'-runasgroup_group',
|
||||
name: 'ipasudorunasgroup_group',
|
||||
entity: that.entity,
|
||||
external: 'ipasudorunasextgroup',
|
||||
add_method: 'add_runasgroup',
|
||||
remove_method: 'remove_runasgroup',
|
||||
add_title: IPA.messages.association.add.ipasudorunasgroup,
|
||||
|
||||
Reference in New Issue
Block a user