diff options
author | Endi Sukma Dewata <edewata@redhat.com> | 2011-11-21 18:58:38 -0600 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-12-07 15:33:23 +0000 |
commit | 84019af3f12a5c8a908e7ca52a8d678e21184dce (patch) | |
tree | fa2e4321e6949b3670b82acafbc9ebb4ec00c25e /install/ui/widget.js | |
parent | fa32699dbf1c509125e6a39e22b89c58fd1d5078 (diff) | |
download | freeipa.git-84019af3f12a5c8a908e7ca52a8d678e21184dce.tar.gz freeipa.git-84019af3f12a5c8a908e7ca52a8d678e21184dce.tar.xz freeipa.git-84019af3f12a5c8a908e7ca52a8d678e21184dce.zip |
Added external fields for HBAC Test.
A text field has been added for specifying external user, host, and
service for HBAC testing.
Ticket #388
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r-- | install/ui/widget.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js index 0b358156..ef2c6eb6 100644 --- a/install/ui/widget.js +++ b/install/ui/widget.js @@ -1413,6 +1413,7 @@ IPA.table_widget = function (spec) { that.table_set_enabled = that.set_enabled; that.table_set_page = that.set_page; that.table_show_error = that.show_error; + that.table_set_values = that.set_values; return that; }; |