mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-31 05:05:18 +01:00
make cas work
This commit is contained in:
parent
0eec884428
commit
f3966cfb2b
5 changed files with 56 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue