Showing posts with label Security. Show all posts
Showing posts with label Security. Show all posts

Tuesday, 14 June 2011

SSO

Shibboleth
http://shibboleth.internet2.edu/

OpenAM
http://forgerock.com/openam.html

Looks promising..supports integration with Spring but is very complex

Friday, 29 April 2011

Apache: enable/disable directory browsing (file listing)


disable file listing
assume we want to disable file listing in /var/www (i.e. all directories)
$ sudo cat /var/www/.htaccess
# disable directory listing
Options -Indexes