From 098f1f845f0de465f3b5ab84d345a236222c67b7 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sat, 17 Aug 2013 23:58:22 +0200 Subject: [PATCH] Rewrite of Auth and SSO module layer. --- test/unit/auth_test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/unit/auth_test.rb b/test/unit/auth_test.rb index 32e86767f..443f5c4d4 100644 --- a/test/unit/auth_test.rb +++ b/test/unit/auth_test.rb @@ -7,7 +7,7 @@ Setting.create_or_update( :area => 'Security::Authentication', :description => 'Enables user authentication via LDAP.', :state => { - :adapter => 'ldap', + :adapter => 'Auth::Ldap', :host => 'localhost', :port => 389, :bind_dn => 'cn=Manager,dc=example,dc=org', @@ -45,6 +45,7 @@ else :created_by_id => 1 ) end + class AuthTest < ActiveSupport::TestCase test 'auth' do tests = [