From c4636a5b56bd3e0f18fb3afd0b930729d58ce1f6 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Thu, 19 Jul 2012 01:51:50 -0500 Subject: Added ClientConfig. A new ClientConfig class has been added to encapsulate client configuration parameters. These parameters include server URI, certificate database, certificate nickname, and password. Ticket #107 --- base/deploy/src/scriptlets/pkiparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/deploy/src/scriptlets/pkiparser.py') diff --git a/base/deploy/src/scriptlets/pkiparser.py b/base/deploy/src/scriptlets/pkiparser.py index 7f27d8940..6e1404180 100644 --- a/base/deploy/src/scriptlets/pkiparser.py +++ b/base/deploy/src/scriptlets/pkiparser.py @@ -1506,7 +1506,7 @@ def compose_pki_master_dictionary(): config.pki_master_dict['pki_jython_base_uri'] =\ "https" + "://" + config.pki_master_dict['pki_hostname'] + ":" +\ config.pki_master_dict['pki_https_port'] + "/" +\ - config.pki_master_dict['pki_subsystem'].lower() + "/" + "pki" + config.pki_master_dict['pki_subsystem'].lower() # Jython scriptlet # 'Security Domain' Configuration name/value pairs # 'Subsystem Name' Configuration name/value pairs -- cgit