From 90baf597ddfb6c435dc5e78d6917a28736abb8cf Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 5 Nov 2010 19:48:42 -0400 Subject: Ticket Expiration THis patch handles Kerberos ticket expiration in the UI. Additionally it removes the mod_atuh_kerb authorization for elements in the static directory, cutting down on the number of round trips required for initializing the web app Conflicts: install/static/ipa.js --- install/conf/ipa.conf | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'install/conf') diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf index 91e8373c4..bcf31cee3 100644 --- a/install/conf/ipa.conf +++ b/install/conf/ipa.conf @@ -89,20 +89,11 @@ Alias /ipa/ui "/usr/share/ipa/static" SetHandler None AllowOverride None + Satisfy Any Allow from all -# WebUI assets -Alias /ipa-assets/ "/var/cache/ipa/assets/" - - Allow from all - AllowOverride None - Options FollowSymLinks - ExpiresActive On - ExpiresDefault A31536000 - - # Protect our CGIs -- cgit