summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/pwpolicy_get_records.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/pwpolicy_get_records.json')
-rw-r--r--install/ui/test/data/pwpolicy_get_records.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/install/ui/test/data/pwpolicy_get_records.json b/install/ui/test/data/pwpolicy_get_records.json
index 77fff6a45..24a265147 100644
--- a/install/ui/test/data/pwpolicy_get_records.json
+++ b/install/ui/test/data/pwpolicy_get_records.json
@@ -7,8 +7,8 @@
{
"error": null,
"result": {
- "cn": "GLOBAL",
- "dn": "cn=accounts,dc=example,dc=com",
+ "cn": "global_policy",
+ "dn": "cn=global_policy,cn=example.com,cn=kerberos,dc=example,dc=com",
"krbmaxpwdlife": [
"90"
],
@@ -32,12 +32,12 @@
"error": null,
"result": {
"cn": [
- "testgroup12"
+ "ipausers"
],
"cospriority": [
"1"
],
- "dn": "cn=testgroup12,cn=example.com,cn=kerberos,dc=example,dc=com",
+ "dn": "cn=ipausers,cn=example.com,cn=kerberos,dc=example,dc=com",
"krbmaxpwdlife": [
"40"
],
@@ -52,18 +52,18 @@
]
},
"summary": null,
- "value": "testgroup12"
+ "value": "ipausers"
},
{
"error": null,
"result": {
"cn": [
- "testgroup22"
+ "editors"
],
"cospriority": [
"2"
],
- "dn": "cn=testgroup22,cn=example.com,cn=kerberos,dc=example,dc=com",
+ "dn": "cn=editors,cn=example.com,cn=kerberos,dc=example,dc=com",
"krbmaxpwdlife": [
"60"
],
@@ -78,7 +78,7 @@
]
},
"summary": null,
- "value": "testgroup22"
+ "value": "editors"
}
]
}