make cas work

This commit is contained in:
Erik Ordway 2009-11-20 19:06:07 -08:00 committed by Eric Allen
parent 0eec884428
commit f3966cfb2b
5 changed files with 56 additions and 1 deletions

View file

@ -98,6 +98,11 @@ if ( SITE_CONFIG['authentication_schemes'].include? 'open_id')
OpenID::Util.logger = RAILS_DEFAULT_LOGGER
end
if ( SITE_CONFIG['authentication_schemes'].include? 'open_id')
#requires ruby-openid gem to be installed
OpenID::Util.logger = RAILS_DEFAULT_LOGGER
end
tracks_version='1.8devel'
# comment out next two lines if you do not want (or can not) the date of the
# last git commit in the footer

View file

@ -9,6 +9,13 @@ authentication_schemes:
- "database"
# - "ldap"
# - "open_id"
# - "cas"
# Uncomment if using cas
#cas_server: "https://cas.evergreen.edu/cas"
#cas_server_logout: "https://cas.evergreen.edu/cas/logout"
# You''ll probably want to change this to the time zone of the computer where Tracks is running