summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/host.js
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2017-02-28 14:00:35 +0100
committerTomas Krizek <tkrizek@redhat.com>2017-03-07 19:58:00 +0100
commitaa8530b7af8f04a4ba868f73ea9f171911162638 (patch)
tree6352022d8be2e0e29d945b76c3996a81e74bb2b9 /install/ui/src/freeipa/host.js
parenta06c71b1268850e485e89049ed3654f893edff0b (diff)
downloadfreeipa-aa8530b7af8f04a4ba868f73ea9f171911162638.tar.gz
freeipa-aa8530b7af8f04a4ba868f73ea9f171911162638.tar.xz
freeipa-aa8530b7af8f04a4ba868f73ea9f171911162638.zip
WebUI: add sizelimit:0 to cert-find
It was not possible to get all arbitrary certificates which were added using {user|host|service|idview}-add-cert method. Adding sizelimit:0 to this cert-find command fix the issue. It set sizelimit to unlimited. https://pagure.io/freeipa/issue/6712 Reviewed-By: Petr Vobornik <pvoborni@redhat.com> Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
Diffstat (limited to 'install/ui/src/freeipa/host.js')
-rw-r--r--install/ui/src/freeipa/host.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/host.js b/install/ui/src/freeipa/host.js
index 87cf264ef..1dfe05eb7 100644
--- a/install/ui/src/freeipa/host.js
+++ b/install/ui/src/freeipa/host.js
@@ -494,6 +494,7 @@ IPA.host.details_facet = function(spec, no_init) {
retry: false,
options: {
host: [ pkey ],
+ sizelimit: 0,
all: true
}
});