diff options
Diffstat (limited to 'install/ui/policy.js')
-rw-r--r-- | install/ui/policy.js | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/install/ui/policy.js b/install/ui/policy.js index 46582f46..dd4efa02 100644 --- a/install/ui/policy.js +++ b/install/ui/policy.js @@ -46,12 +46,15 @@ IPA.entity_factories.pwpolicy = function() { adder_dialog({ fields:[ { - factory:IPA.entity_select_widget, + factory: IPA.entity_select_widget, name: 'cn', - entity: 'group', + other_entity: 'group', + other_field: 'cn', undo: false }, - 'cospriority'] + 'cospriority'], + width: 400, + height: 250 }). build(); }; |