diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-02-28 14:22:55 -0600 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-03-01 16:54:57 -0500 |
commit | 510eb79ff4590b21706cd699345fbfaf76250e58 (patch) | |
tree | 6541cb6538126c2c7d37247b1cfba632a6a61ea8 /install/ui/test/data | |
parent | 07ba40f33ea4434f11bd3919ad591d3d6acccf6c (diff) | |
download | freeipa-510eb79ff4590b21706cd699345fbfaf76250e58.tar.gz freeipa-510eb79ff4590b21706cd699345fbfaf76250e58.tar.xz freeipa-510eb79ff4590b21706cd699345fbfaf76250e58.zip |
Replaced SUDO with Sudo in UI test data.
Ticket 1005
Diffstat (limited to 'install/ui/test/data')
-rw-r--r-- | install/ui/test/data/hbacsvc_show.json | 2 | ||||
-rw-r--r-- | install/ui/test/data/hbacsvcgroup_find.json | 4 | ||||
-rw-r--r-- | install/ui/test/data/hbacsvcgroup_member_hbacsvc.json | 4 | ||||
-rw-r--r-- | install/ui/test/data/hbacsvcgroup_show.json | 4 | ||||
-rw-r--r-- | install/ui/test/data/i18n_messages.json | 6 | ||||
-rw-r--r-- | install/ui/test/data/ipa_init.json | 12 | ||||
-rw-r--r-- | install/ui/test/data/json_metadata.json | 6 | ||||
-rw-r--r-- | install/ui/test/data/sudocmdgroup_add_member.json | 2 | ||||
-rw-r--r-- | install/ui/test/data/sudocmdgroup_mod.json | 2 | ||||
-rw-r--r-- | install/ui/test/data/sudocmdgroup_remove_member.json | 2 |
10 files changed, 22 insertions, 22 deletions
diff --git a/install/ui/test/data/hbacsvc_show.json b/install/ui/test/data/hbacsvc_show.json index 8ebfbd7c..749d5da9 100644 --- a/install/ui/test/data/hbacsvc_show.json +++ b/install/ui/test/data/hbacsvc_show.json @@ -22,7 +22,7 @@ "676e92a1-ec7611df-b3f78f4b-11cc007b" ], "memberof": [ - "cn=SUDO,cn=hbacservicegroups,cn=hbac,dc=dev,dc=example,dc=com" + "cn=Sudo,cn=hbacservicegroups,cn=hbac,dc=dev,dc=example,dc=com" ], "objectclass": [ "ipahbacservice", diff --git a/install/ui/test/data/hbacsvcgroup_find.json b/install/ui/test/data/hbacsvcgroup_find.json index 797530e3..503bfa37 100644 --- a/install/ui/test/data/hbacsvcgroup_find.json +++ b/install/ui/test/data/hbacsvcgroup_find.json @@ -6,10 +6,10 @@ "result": [ { "cn": [ - "SUDO" + "Sudo" ], "description": [ - "Default group of SUDO related services" + "Default group of Sudo related services" ], "dn": "cn=sudo,cn=hbacservicegroups,cn=hbac,dc=dev,dc=example,dc=com", "member_hbacsvc": [ diff --git a/install/ui/test/data/hbacsvcgroup_member_hbacsvc.json b/install/ui/test/data/hbacsvcgroup_member_hbacsvc.json index a407a622..b2332f5a 100644 --- a/install/ui/test/data/hbacsvcgroup_member_hbacsvc.json +++ b/install/ui/test/data/hbacsvcgroup_member_hbacsvc.json @@ -18,7 +18,7 @@ "42927a86-f46d-11df-8cc1-00163e72f2d9" ], "memberof": [ - "cn=SUDO,cn=hbacservicegroups,cn=hbac,dc=dev,dc=example,dc=com" + "cn=Sudo,cn=hbacservicegroups,cn=hbac,dc=dev,dc=example,dc=com" ], "objectclass": [ "ipahbacservice", @@ -42,7 +42,7 @@ "42970a6a-f46d-11df-8cc1-00163e72f2d9" ], "memberof": [ - "cn=SUDO,cn=hbacservicegroups,cn=hbac,dc=dev,dc=example,dc=com" + "cn=Sudo,cn=hbacservicegroups,cn=hbac,dc=dev,dc=example,dc=com" ], "objectclass": [ "ipahbacservice", diff --git a/install/ui/test/data/hbacsvcgroup_show.json b/install/ui/test/data/hbacsvcgroup_show.json index ad3c4253..05ba55ba 100644 --- a/install/ui/test/data/hbacsvcgroup_show.json +++ b/install/ui/test/data/hbacsvcgroup_show.json @@ -19,10 +19,10 @@ "seealso": "rscwo" }, "cn": [ - "SUDO" + "Sudo" ], "description": [ - "Default group of SUDO related services" + "Default group of Sudo related services" ], "dn": "cn=sudo,cn=hbacservicegroups,cn=hbac,dc=dev,dc=example,dc=com", "ipauniqueid": [ diff --git a/install/ui/test/data/i18n_messages.json b/install/ui/test/data/i18n_messages.json index f5aa841e..11b02c84 100644 --- a/install/ui/test/data/i18n_messages.json +++ b/install/ui/test/data/i18n_messages.json @@ -221,11 +221,11 @@ "valid": "Kerberos Key Present, Service Provisioned" }, "sudocmd": { - "add": "Add New SUDO Command", + "add": "Add New Sudo Command", "groups": "Groups" }, "sudocmdgroup": { - "add": "Add New SUDO Command Group", + "add": "Add New Sudo Command Group", "commands": "Commands" }, "sudorule": { @@ -282,7 +282,7 @@ "ipaserver": "IPA Server", "policy": "Policy", "role": "Role Based Access Control", - "sudo": "SUDO" + "sudo": "Sudo" }, "widget": { "validation_error": "Text does not match field pattern" diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index ffb3ad41..99f6a606 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -7612,7 +7612,7 @@ "objectclass", "aci" ], - "label": "SUDO Commands", + "label": "Sudo Commands", "methods": [ "add", "del", @@ -7743,7 +7743,7 @@ "objectclass", "aci" ], - "label": "SUDO Command Groups", + "label": "Sudo Command Groups", "methods": [ "add", "add_member", @@ -7964,7 +7964,7 @@ "objectclass", "aci" ], - "label": "SUDO", + "label": "Sudo", "methods": [ "add", "add_allow_command", @@ -9684,11 +9684,11 @@ "valid": "Kerberos Key Present, Service Provisioned" }, "sudocmd": { - "add": "Add New SUDO Command", + "add": "Add New Sudo Command", "groups": "Groups" }, "sudocmdgroup": { - "add": "Add New SUDO Command Group", + "add": "Add New Sudo Command Group", "commands": "Commands" }, "sudorule": { @@ -9745,7 +9745,7 @@ "ipaserver": "IPA Server", "policy": "Policy", "role": "Role Based Access Control", - "sudo": "SUDO" + "sudo": "Sudo" }, "widget": { "validation_error": "Text does not match field pattern" diff --git a/install/ui/test/data/json_metadata.json b/install/ui/test/data/json_metadata.json index c1c9cd1c..509fc5ee 100644 --- a/install/ui/test/data/json_metadata.json +++ b/install/ui/test/data/json_metadata.json @@ -7609,7 +7609,7 @@ "objectclass", "aci" ], - "label": "SUDO Commands", + "label": "Sudo Commands", "methods": [ "add", "del", @@ -7740,7 +7740,7 @@ "objectclass", "aci" ], - "label": "SUDO Command Groups", + "label": "Sudo Command Groups", "methods": [ "add", "add_member", @@ -7961,7 +7961,7 @@ "objectclass", "aci" ], - "label": "SUDO", + "label": "Sudo", "methods": [ "add", "add_allow_command", diff --git a/install/ui/test/data/sudocmdgroup_add_member.json b/install/ui/test/data/sudocmdgroup_add_member.json index 254746e6..f64c73a1 100644 --- a/install/ui/test/data/sudocmdgroup_add_member.json +++ b/install/ui/test/data/sudocmdgroup_add_member.json @@ -14,7 +14,7 @@ "group1" ], "description": [ - "SUDO Group 1" + "Sudo Group 1" ], "dn": "cn=group1,cn=sudocmdgroups,cn=sudo,dc=dev,dc=example,dc=com", "member_sudocmd": [ diff --git a/install/ui/test/data/sudocmdgroup_mod.json b/install/ui/test/data/sudocmdgroup_mod.json index d0eb3226..53ce9ab9 100644 --- a/install/ui/test/data/sudocmdgroup_mod.json +++ b/install/ui/test/data/sudocmdgroup_mod.json @@ -21,7 +21,7 @@ "group1" ], "description": [ - "SUDO Group 1" + "Sudo Group 1" ], "ipauniqueid": [ "1a8f4852-f459-11df-815c-00163e72f2d9" diff --git a/install/ui/test/data/sudocmdgroup_remove_member.json b/install/ui/test/data/sudocmdgroup_remove_member.json index 22353c31..c0ff05a2 100644 --- a/install/ui/test/data/sudocmdgroup_remove_member.json +++ b/install/ui/test/data/sudocmdgroup_remove_member.json @@ -14,7 +14,7 @@ "group1" ], "description": [ - "SUDO Group 1" + "Sudo Group 1" ], "dn": "cn=group1,cn=sudocmdgroups,cn=sudo,dc=dev,dc=example,dc=com" } |