Provides single sign-on authentication for web applications, implementing the server-end of Jasig's CAS protocol.
Перейти к файлу
matt.zukowski de654ae914 added notice.png to manifest
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@85 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2007-03-29 18:53:05 +00:00
bin - daemonization now works with mongrel 2007-03-20 16:40:20 +00:00
lib added better logging of expire_sessions status 2007-03-28 22:52:27 +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 - updated changelog 2007-03-28 22:53:40 +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 - 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
config.example.yml - updated changelog 2007-03-28 22:53:40 +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