From 3dd31a875650c7fe7c67ca6b47f2058c1181dafb Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Wed, 15 Aug 2012 22:53:51 -0400 Subject: Modifications to install scripts for dogtag 10 Dogtag 10 uses a new installer, new directory layout and new default ports. This patch changes the ipa install code to integrate these changes. https://fedorahosted.org/freeipa/ticket/2846 --- ipapython/certmonger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipapython/certmonger.py') diff --git a/ipapython/certmonger.py b/ipapython/certmonger.py index bdc8591e..7f88a05d 100644 --- a/ipapython/certmonger.py +++ b/ipapython/certmonger.py @@ -337,7 +337,7 @@ def get_pin(token): The caller is expected to handle any exceptions raised. """ - filename = '/var/lib/pki-ca/conf/password.conf' + filename = '/var/lib/pki/pki-tomcat/conf/password.conf' with open(filename, 'r') as f: for line in f: (tok, pin) = line.split('=', 1) -- cgit