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/automountkey_show.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/test/data/automountkey_show.json') diff --git a/install/ui/test/data/automountkey_show.json b/install/ui/test/data/automountkey_show.json index 599e2a5a0..e55a1efc2 100644 --- a/install/ui/test/data/automountkey_show.json +++ b/install/ui/test/data/automountkey_show.json @@ -20,7 +20,7 @@ "description": [ "/home auto.home" ], - "dn": "description=/home auto.home,automountmapname=auto.master,cn=default,cn=automount,dc=dev,dc=example,dc=com", + "dn": "description=/home auto.home,automountmapname=auto.master,cn=default,cn=automount,dc=example,dc=com", "objectclass": [ "automount", "top" -- cgit