From d77c0f15ad4d51af998b7ab89f7482b7d0b3a370 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Thu, 2 Jun 2016 12:20:20 -0400 Subject: Add option to modify ajp_host to pkispawn This allows IPA to handle the case of a pure ipv6 environment in which the ipv4 loopback interface is not available. Ticket 1717 --- base/server/python/pki/server/deployment/pkiparser.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base/server/python') diff --git a/base/server/python/pki/server/deployment/pkiparser.py b/base/server/python/pki/server/deployment/pkiparser.py index 4d6e0185e..fb569d0d7 100644 --- a/base/server/python/pki/server/deployment/pkiparser.py +++ b/base/server/python/pki/server/deployment/pkiparser.py @@ -800,6 +800,8 @@ class PKIConfigParser: self.mdict['pki_https_port'] self.mdict['PKI_AJP_PORT_SLOT'] = \ self.mdict['pki_ajp_port'] + self.mdict['PKI_AJP_HOST_SLOT'] = \ + self.mdict['pki_ajp_host'] self.mdict['PKI_AJP_REDIRECT_PORT_SLOT'] = \ self.mdict['pki_https_port'] self.mdict['PKI_CA_HOSTNAME_SLOT'] = \ -- cgit