summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/config_show.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/config_show.json')
-rw-r--r--install/ui/test/data/config_show.json99
1 files changed, 99 insertions, 0 deletions
diff --git a/install/ui/test/data/config_show.json b/install/ui/test/data/config_show.json
new file mode 100644
index 000000000..e3b6154b9
--- /dev/null
+++ b/install/ui/test/data/config_show.json
@@ -0,0 +1,99 @@
+{
+ "error": null,
+ "id": 4,
+ "result": {
+ "result": {
+ "attributelevelrights": {
+ "aci": "rscwo",
+ "cn": "rscwo",
+ "ipacertificatesubjectbase": "rscwo",
+ "ipaconfigstring": "rscwo",
+ "ipacustomfields": "rscwo",
+ "ipadefaultemaildomain": "rscwo",
+ "ipadefaultloginshell": "rscwo",
+ "ipadefaultprimarygroup": "rscwo",
+ "ipagroupobjectclasses": "rscwo",
+ "ipagroupsearchfields": "rscwo",
+ "ipahomesrootdir": "rscwo",
+ "ipamaxusernamelength": "rscwo",
+ "ipamigrationenabled": "rscwo",
+ "ipapwdexpadvnotify": "rscwo",
+ "ipasearchrecordslimit": "rscwo",
+ "ipasearchtimelimit": "rscwo",
+ "ipauserobjectclasses": "rscwo",
+ "ipausersearchfields": "rscwo",
+ "nsaccountlock": "rscwo",
+ "objectclass": "rscwo"
+ },
+ "cn": [
+ "ipaConfig"
+ ],
+ "dn": "cn=ipaconfig,cn=etc,dc=ipa14,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
+ "ipacertificatesubjectbase": [
+ "O=IPA14.AYOUNG.BOSTON.DEVEL.REDHAT.COM"
+ ],
+ "ipaconfigstring": [
+ "AllowNThash"
+ ],
+ "ipadefaultemaildomain": [
+ "ayoung.boston.devel.redhat.com"
+ ],
+ "ipadefaultloginshell": [
+ "/bin/sh"
+ ],
+ "ipadefaultprimarygroup": [
+ "ipausers"
+ ],
+ "ipagroupobjectclasses": [
+ "top",
+ "groupofnames",
+ "nestedgroup",
+ "ipausergroup",
+ "ipaobject"
+ ],
+ "ipagroupsearchfields": [
+ "cn,description"
+ ],
+ "ipahomesrootdir": [
+ "/home"
+ ],
+ "ipamaxusernamelength": [
+ "32"
+ ],
+ "ipamigrationenabled": [
+ "FALSE"
+ ],
+ "ipapwdexpadvnotify": [
+ "4"
+ ],
+ "ipasearchrecordslimit": [
+ "100"
+ ],
+ "ipasearchtimelimit": [
+ "2"
+ ],
+ "ipauserobjectclasses": [
+ "top",
+ "person",
+ "organizationalperson",
+ "inetorgperson",
+ "inetuser",
+ "posixaccount",
+ "krbprincipalaux",
+ "krbticketpolicyaux",
+ "ipaobject"
+ ],
+ "ipausersearchfields": [
+ "uid,givenname,sn,telephonenumber,ou,title"
+ ],
+ "objectclass": [
+ "nsContainer",
+ "top",
+ "ipaGuiConfig",
+ "ipaConfigObject"
+ ]
+ },
+ "summary": null,
+ "value": ""
+ }
+} \ No newline at end of file