summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/pwpolicy_find.json
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-19 12:26:14 -0500
committerEndi Sukma Dewata <edewata@people01.fedoraproject.org>2011-01-20 14:12:47 +0000
commitb9ad279ad2d8d93dd501115a028783cf8fe7fcbd (patch)
tree3c3bd271231ff635278b1cf88bfbd79d792de23d /install/ui/test/data/pwpolicy_find.json
parent835436df1549578932705f5722bc78ec985c2f69 (diff)
downloadfreeipa-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.tar.gz
freeipa-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.tar.xz
freeipa-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.zip
rename static to ui
Directory rename
Diffstat (limited to 'install/ui/test/data/pwpolicy_find.json')
-rw-r--r--install/ui/test/data/pwpolicy_find.json72
1 files changed, 72 insertions, 0 deletions
diff --git a/install/ui/test/data/pwpolicy_find.json b/install/ui/test/data/pwpolicy_find.json
new file mode 100644
index 000000000..629ebfc90
--- /dev/null
+++ b/install/ui/test/data/pwpolicy_find.json
@@ -0,0 +1,72 @@
+{
+ "error": null,
+ "id": 6,
+ "result": {
+ "count": 3,
+ "result": [
+ {
+ "cn": "GLOBAL",
+ "dn": "cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
+ "krbmaxpwdlife": [
+ "90"
+ ],
+ "krbminpwdlife": [
+ "1"
+ ],
+ "krbpwdhistorylength": [
+ "0"
+ ],
+ "krbpwdmindiffchars": [
+ "0"
+ ],
+ "krbpwdminlength": [
+ "8"
+ ]
+ },
+ {
+ "cn": [
+ "testgroup12"
+ ],
+ "cospriority": [
+ "1"
+ ],
+ "dn": "cn=testgroup12,cn=ayoung.boston.devel.redhat.com,cn=kerberos,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
+ "krbmaxpwdlife": [
+ "40"
+ ],
+ "krbminpwdlife": [
+ "50"
+ ],
+ "krbpwdhistorylength": [
+ "5"
+ ],
+ "krbpwdminlength": [
+ "6"
+ ]
+ },
+ {
+ "cn": [
+ "testgroup22"
+ ],
+ "cospriority": [
+ "2"
+ ],
+ "dn": "cn=testgroup22,cn=ayoung.boston.devel.redhat.com,cn=kerberos,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
+ "krbmaxpwdlife": [
+ "60"
+ ],
+ "krbminpwdlife": [
+ "40"
+ ],
+ "krbpwdhistorylength": [
+ "8"
+ ],
+ "krbpwdminlength": [
+ "9"
+ ]
+ }
+ ],
+ "summary": null,
+ "truncated": false
+ }
+} \ No newline at end of file