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/sudorule_add.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/test/data/sudorule_add.json') diff --git a/install/ui/test/data/sudorule_add.json b/install/ui/test/data/sudorule_add.json index 396b4935c..d48f2c4c8 100644 --- a/install/ui/test/data/sudorule_add.json +++ b/install/ui/test/data/sudorule_add.json @@ -9,7 +9,7 @@ "description": [ "test" ], - "dn": "ipauniqueid=94ef3550-f443-11df-a2aa-00163e72f2d9,cn=sudorules,cn=sudo,dc=dev,dc=example,dc=com", + "dn": "ipauniqueid=94ef3550-f443-11df-a2aa-00163e72f2d9,cn=sudorules,cn=sudo,dc=example,dc=com", "ipauniqueid": [ "94ef3550-f443-11df-a2aa-00163e72f2d9" ], -- cgit