diff options
| author | Ade Lee <alee@redhat.com> | 2016-06-02 12:20:20 -0400 |
|---|---|---|
| committer | Ade Lee <alee@redhat.com> | 2016-06-03 11:49:15 -0400 |
| commit | d77c0f15ad4d51af998b7ab89f7482b7d0b3a370 (patch) | |
| tree | 511992948d05ad461a2bb201afdd5ad287c45efe /base/server/python | |
| parent | 4dcc3a5e22c9f0c2cbe1b29f64df9bfa08d7dda6 (diff) | |
| download | pki-d77c0f15ad4d51af998b7ab89f7482b7d0b3a370.tar.gz pki-d77c0f15ad4d51af998b7ab89f7482b7d0b3a370.tar.xz pki-d77c0f15ad4d51af998b7ab89f7482b7d0b3a370.zip | |
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
Diffstat (limited to 'base/server/python')
| -rw-r--r-- | base/server/python/pki/server/deployment/pkiparser.py | 2 |
1 files changed, 2 insertions, 0 deletions
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'] = \ |
