mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
entity select for password policy http://fedorahosted.org/freeipa/ticket/1110
This commit is contained in:
parent
eeed975bc6
commit
5f23c29d70
@ -38,7 +38,14 @@ IPA.entity_factories.pwpolicy = function() {
|
||||
}]}).
|
||||
standard_association_facets().
|
||||
adder_dialog({
|
||||
fields:['cn', 'cospriority']
|
||||
fields:[
|
||||
{
|
||||
factory:IPA.entity_select_widget,
|
||||
name: 'cn',
|
||||
entity: 'group',
|
||||
undo: false
|
||||
},
|
||||
'cospriority']
|
||||
}).
|
||||
build();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user