rubycas / rubycas-server

Provides single sign-on authentication for web applications, implementing the server-end of Jasig's CAS protocol.
http://rubycas.github.com
Other
628 stars 270 forks source link

Removed cannot load such file -- lib/casserver/authenticators/sql_encryp... #164

Closed vparihar01 closed 11 years ago

vparihar01 commented 11 years ago

Removed cannot load such file -- lib/casserver/authenticators/sql_encrypted.rb (LoadError) for SqlEncrypted authenticator. Which is occurring due to wrong CASServer::Authenticators.autoload provided for the SqlEncrypted Authenticator. So i updated that path and using in my current app as well. Working well for me. Screen Shot