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/permission_show_filter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/test/data/permission_show_filter.json') diff --git a/install/ui/test/data/permission_show_filter.json b/install/ui/test/data/permission_show_filter.json index c32bfb7b8..ee4ed2f7c 100644 --- a/install/ui/test/data/permission_show_filter.json +++ b/install/ui/test/data/permission_show_filter.json @@ -26,7 +26,7 @@ "description": [ "Filter Permission" ], - "dn": "cn=filter,cn=permissions,cn=pbac,dc=ipa", + "dn": "cn=filter,cn=permissions,cn=pbac,dc=example,dc=com", "filter": "(ou=Engineering)", "objectclass": [ "groupofnames", -- cgit