From a7e65b7b31ee8d5e7bdc8f44e9ea888a1a7a1199 Mon Sep 17 00:00:00 2001 From: Vivek Parihar Date: Mon, 4 Feb 2013 16:22:23 +0530 Subject: [PATCH] removed cannot load such file -- lib/casserver/authenticators/sql_encrypted.rb (LoadError) for SqlEncrypted authenticator --- lib/casserver.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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