summaryrefslogtreecommitdiffstats
path: root/test/unit/auth_source_ldap_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r23391 from trunk to 5.1-stable (#41961).Go MAEDA14 days1-2/+0
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Fix RuboCop offense Style/InverseMethods: Use `invalid?` instead of inverting...Go MAEDA2023-03-251-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Include an authentication method name in LDAP connection error messages (#333...Go MAEDA2021-12-131-2/+4
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* add space after comma to test/unit/auth_source_ldap_test.rbToshi MARUYAMA2020-11-041-6/+6
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-161-0/+1
* Support self-signed LDAPS connections (#29606).Jean-Philippe Lang2018-09-231-0/+38
* #assert_nothing_raised takes no arguments.Jean-Philippe Lang2017-08-011-1/+1
* LdapError is deprecated (#24970).Jean-Philippe Lang2017-07-081-3/+3
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* revert r16322 (#24970)Toshi MARUYAMA2017-02-021-1/+1
* replace depricated Net::LDAP::LdapError by Net::LDAP::Error (#24970)Toshi MARUYAMA2017-02-021-1/+1
* Use assert_nil instead of assert_equal.Jean-Philippe Lang2016-12-111-3/+3
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Include tested method name in tests names (#21674).Jean-Philippe Lang2016-01-221-7/+7
* Makes the test LDAP host configurable (#21674).Jean-Philippe Lang2016-01-221-25/+1
* Fixed DN in tests (#21674).Jean-Philippe Lang2016-01-221-4/+4
* Fixed that LDAP does not check the user and password when are defined in the ...Jean-Philippe Lang2016-01-221-0/+117
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Removing shoulda context.Jean-Philippe Lang2013-02-031-48/+35
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Auto-populate fields while creating a new user with LDAP (#10286).Jean-Philippe Lang2012-12-261-0/+24
* Adds a configurable timeout for LDAP authentication (#8978).Jean-Philippe Lang2012-07-071-0/+10
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixes error message for LDAP filter (#1060).Jean-Philippe Lang2012-03-241-1/+1
* Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different beha...Jean-Philippe Lang2012-03-051-1/+1
* Adds an optional LDAP filter (#1060).Jean-Philippe Lang2012-03-011-0/+30
* Disabled on the fly registration for auth_source fixture.Jean-Philippe Lang2012-02-191-0/+1
* add test of replace port zero to 389 at unit auth_source_ldap_test.Toshi MARUYAMA2011-08-291-0/+9
* remove trailing white-spaces from test/unit/auth_source_ldap_test.rb.Toshi MARUYAMA2011-08-291-7/+7
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Makes AuthSource.authenticate return a hash instead of an array.Jean-Philippe Lang2010-02-261-4/+2
* Test that AuthSourceLdap#authenticate returns valid User attributes only.Jean-Philippe Lang2010-02-261-16/+9
* Moves the LDAP test server to a fixture.Jean-Philippe Lang2010-02-261-11/+3
* Refactor: Extract method from AuthSourceLdap#authenticateEric Davis2010-02-161-3/+6
* Added some tests for the LDAP authentication.Eric Davis2010-02-161-0/+58
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Strip LDAP attribute names before saving (#1890).Jean-Philippe Lang2008-09-211-0/+36