summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/idrange_find_pkeys.json
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2012-08-23 14:17:34 +0200
committerMartin Kosek <mkosek@redhat.com>2012-09-07 16:50:35 +0200
commit377e1267b75e75fe0f5c7c557e1a9cce6b9fa160 (patch)
treeb70d6e88ae95d3de5408e6613e57f90c407e3005 /install/ui/test/data/idrange_find_pkeys.json
parent1915c2d4dd949edfaefa915daf2250be6cfaeeb3 (diff)
downloadfreeipa-377e1267b75e75fe0f5c7c557e1a9cce6b9fa160.tar.gz
freeipa-377e1267b75e75fe0f5c7c557e1a9cce6b9fa160.tar.xz
freeipa-377e1267b75e75fe0f5c7c557e1a9cce6b9fa160.zip
Rename range CLI to idrange
Diffstat (limited to 'install/ui/test/data/idrange_find_pkeys.json')
-rw-r--r--install/ui/test/data/idrange_find_pkeys.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/install/ui/test/data/idrange_find_pkeys.json b/install/ui/test/data/idrange_find_pkeys.json
new file mode 100644
index 000000000..21f91cdbd
--- /dev/null
+++ b/install/ui/test/data/idrange_find_pkeys.json
@@ -0,0 +1,17 @@
+{
+ "error": null,
+ "id": null,
+ "result": {
+ "count": 1,
+ "result": [
+ {
+ "cn": [
+ "DEV.EXAMPLE.COM_id_range"
+ ],
+ "dn": "cn=example.com_id_range,cn=ranges,cn=etc,dc=dev,dc=example,dc=com"
+ }
+ ],
+ "summary": "1 range matched",
+ "truncated": false
+ }
+} \ No newline at end of file