From 5f23c29d7088e1bfdf7c857783b694ecacc1ec90 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 20 Jun 2011 10:59:12 -0400 Subject: entity select for password policy http://fedorahosted.org/freeipa/ticket/1110 --- install/ui/policy.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/install/ui/policy.js b/install/ui/policy.js index f6bec48cf..d30abbfdc 100644 --- a/install/ui/policy.js +++ b/install/ui/policy.js @@ -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(); }; -- cgit