From d5e7a57e5b25b9cecb7a65096487a65374ad860d Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 27 Feb 2017 10:50:03 -0500 Subject: Limit sessions to 30 minutes by default When we changed the session handling code we unintentinally extended sessions expiraion time to the whole ticket lifetime of 24h. Related to https://fedorahosted.org/freeipa/ticket/5959 Signed-off-by: Simo Sorce Reviewed-By: Christian Heimes --- install/conf/ipa.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'install') diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf index 635bfe5c6..419d4e347 100644 --- a/install/conf/ipa.conf +++ b/install/conf/ipa.conf @@ -67,6 +67,7 @@ WSGIScriptReloading Off Session On SessionCookieName ipa_session path=/ipa;httponly;secure; SessionHeader IPASESSION + SessionMaxAge 1800 GssapiSessionKey file:/etc/httpd/alias/ipasession.key GssapiDelegCcacheDir /var/run/ipa/ccaches -- cgit