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
This commit is contained in:
Adam Young
2010-11-05 19:48:42 -04:00
parent 29c9c70d46
commit 90baf597dd
3 changed files with 29 additions and 13 deletions

View File

@@ -89,20 +89,11 @@ Alias /ipa/ui "/usr/share/ipa/static"
<Directory "/usr/share/ipa/static">
SetHandler None
AllowOverride None
Satisfy Any
Allow from all
</Directory>
# WebUI assets
Alias /ipa-assets/ "/var/cache/ipa/assets/"
<Directory "/var/cache/ipa/assets">
Allow from all
AllowOverride None
Options FollowSymLinks
ExpiresActive On
ExpiresDefault A31536000
</Directory>
# Protect our CGIs
<Directory /var/www/cgi-bin>