Provides single sign-on authentication for web applications, implementing the server-end of Jasig's CAS protocol.
Перейти к файлу
jzylks a816cae8eb Changed wording on login, when already logged in, from `If you are not you...` to `If this is not you...`
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@89 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2007-03-29 21:29:50 +00:00
bin - daemonization now works with mongrel 2007-03-20 16:40:20 +00:00
lib Changed wording on login, when already logged in, from `If you are not you...` to `If this is not you...` 2007-03-29 21:29:50 +00:00
test - authenticators now raise AuthenticationErrors instead of RuntimeErrors, and AuthenticationErrors are caught by the controller and displayed as a login error to the user 2007-03-27 21:20:32 +00:00
.project getting started! 2007-01-22 21:14:35 +00:00
CHANGELOG.txt final update to changelog before 0.3.0 release 2007-03-29 19:38:12 +00:00
LICENSE.txt packaged as gem, ready for first public release 2007-03-08 23:22:43 +00:00
Manifest.txt added notice.png to manifest 2007-03-29 18:53:05 +00:00
README.txt added copyright 2007-03-12 20:05:08 +00:00
Rakefile - MySQL is now the default databse connection adapter (instead of SQLite 3) 2007-03-29 19:35:32 +00:00
config.example.yml - MySQL is now the default databse connection adapter (instead of SQLite 3) 2007-03-29 19:35:32 +00:00
setup.rb packaged as gem, ready for first public release 2007-03-08 23:22:43 +00:00

README.txt

=== RubyCAS-Server ===========================================================

Copyright 2007 Urbacon Ltd.

For info and installation instructions please see:

  http://code.google.com/p/rubycas-server/

You can contact the author at:

  matt@roughest.net


==============================================================================

RubyCAS-Server is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

RubyCAS-Server is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with RubyCAS-Server; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA