diff --git a/lib/casserver.rb b/lib/casserver.rb index 4bc1a673..e83aa782 100644 --- a/lib/casserver.rb +++ b/lib/casserver.rb @@ -12,7 +12,7 @@ module CASServer; end CASServer::Authenticators.autoload :ActiveDirectoryLDAP, 'casserver/authenticators/active_directory_ldap.rb' CASServer::Authenticators.autoload :SQL, 'casserver/authenticators/sql.rb' CASServer::Authenticators.autoload :Google, 'casserver/authenticators/google.rb' -CASServer::Authenticators.autoload :SQLEncrypted, 'lib/casserver/authenticators/sql_encrypted.rb' +CASServer::Authenticators.autoload :SQLEncrypted, 'casserver/authenticators/sql_encrypted.rb' CASServer::Authenticators.autoload :ActiveResource, 'casserver/authenticators/active_resource.rb' require 'casserver/server' \ No newline at end of file