summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2016-06-23 15:58:15 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-24 16:06:49 +0200
commitfd840a9cd7974c735ab7b0f6773fd5cda8638585 (patch)
tree8833021ac3ecb21397ec05fa9043a1c41557610d /install
parent1ce8d32fd6c09b0bfcb1593e2e5ad8e47eef3670 (diff)
downloadfreeipa-fd840a9cd7974c735ab7b0f6773fd5cda8638585.tar.gz
freeipa-fd840a9cd7974c735ab7b0f6773fd5cda8638585.tar.xz
freeipa-fd840a9cd7974c735ab7b0f6773fd5cda8638585.zip
mod_auth_gssapi: enable unique credential caches names
mod_auth_gssapi > 1.4.0 implements support for unique ccaches names. Without it ccache name is derived from pricipal name. It solves a race condition in two concurrent request of the same principal. Where first request deletes the ccache and the second tries to use it which then fails. It may lead e.g. to a failure of two concurrent ipa-client-install. With this feature there are two ccaches so there is no clash. https://fedorahosted.org/freeipa/ticket/5653 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com> Reviewed-By: Robbie Harwood <rharwood@redhat.com>
Diffstat (limited to 'install')
-rw-r--r--install/conf/ipa.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf
index 20fc61fdb..3e7435903 100644
--- a/install/conf/ipa.conf
+++ b/install/conf/ipa.conf
@@ -1,5 +1,5 @@
#
-# VERSION 21 - DO NOT REMOVE THIS LINE
+# VERSION 22 - DO NOT REMOVE THIS LINE
#
# This file may be overwritten on upgrades.
#
@@ -66,6 +66,7 @@ WSGIScriptReloading Off
GssapiCredStore keytab:/etc/httpd/conf/ipa.keytab
GssapiCredStore client_keytab:/etc/httpd/conf/ipa.keytab
GssapiDelegCcacheDir /var/run/httpd/ipa/clientcaches
+ GssapiDelegCcacheUnique On
GssapiUseS4U2Proxy on
GssapiAllowedMech krb5
Require valid-user