From f56f8a34d39ba13403e7a693b639b6b37fcd0a04 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 6 Jan 2012 01:18:48 -0600 Subject: Added instructions to generate CSR. The certificate request dialog box has been modified to show the OpenSSL commands for generating a CSR. The realm and entry names in the test data have been fixed to be more consistent. Ticket #1012 --- install/ui/test/data/pwpolicy_show.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/test/data/pwpolicy_show.json') diff --git a/install/ui/test/data/pwpolicy_show.json b/install/ui/test/data/pwpolicy_show.json index 5329f6b34..e5529254d 100644 --- a/install/ui/test/data/pwpolicy_show.json +++ b/install/ui/test/data/pwpolicy_show.json @@ -20,7 +20,7 @@ "cn": [ "global_policy" ], - "dn": "cn=global_policy,cn=dev.example.com,cn=kerberos,dc=dev,dc=example,dc=com", + "dn": "cn=global_policy,cn=example.com,cn=kerberos,dc=example,dc=com", "krbmaxpwdlife": [ "90" ], -- cgit