summaryrefslogtreecommitdiffstats
path: root/app/models/auth_source_ldap.rb
Commit message (Expand)AuthorAgeFilesLines
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Removed useless require 'iconv' (#12787).Jean-Philippe Lang2013-01-121-1/+0
* 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-7/+35
* Removed AuthSourceLdap.human_attribute_name.Jean-Philippe Lang2012-07-311-8/+0
* Adds a configurable timeout for LDAP authentication (#8978).Jean-Philippe Lang2012-07-071-9/+25
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixes error message for LDAP filter (#1060).Jean-Philippe Lang2012-03-241-0/+8
* Typo (#1913).Jean-Philippe Lang2012-03-171-1/+1
* LDAP: adds the ability to bind with user's account (#1913).Jean-Philippe Lang2012-03-171-3/+9
* Fixed that LDAP error is not displayed when testing connection.Jean-Philippe Lang2012-03-111-2/+2
* Adds an optional LDAP filter (#1060).Jean-Philippe Lang2012-03-011-2/+22
* Friendly response when the LDAP connection fails.Jean-Philippe Lang2012-02-191-2/+2
* Require net/ldap.Jean-Philippe Lang2012-02-191-0/+1
* Replaced ruby-net-ldap with net-ldap 0.2.2 gem.Jean-Philippe Lang2012-02-021-1/+0
* Removed after_initialize methods.Jean-Philippe Lang2011-12-181-1/+2
* remove trailing white-spaces from app/models/auth_source_ldap.rb.Toshi MARUYAMA2011-08-211-19/+19
* Adds support for SCM/LDAP passwords encryption in the database (#7411).Jean-Philippe Lang2011-02-261-2/+2
* Makes AuthSource.authenticate return a hash instead of an array.Jean-Philippe Lang2010-02-261-7/+7
* User model should not have to clean up LDAP attributes.Jean-Philippe Lang2010-02-261-1/+1
* Refactor: Extract #get_user_dn from AuthSourceLdap.Eric Davis2010-02-191-16/+27
* Refactor: extract AuthSourceLdap#search_attributesEric Davis2010-02-191-2/+11
* Refactor: Rewrite authenticate_dn to use an implicit return.Eric Davis2010-02-181-6/+3
* Refactor: Moved the check for an empty DN to authenticate_dnEric Davis2010-02-181-2/+3
* Refactor: extract an #authenticate_dn method in AuthSourceLdapEric Davis2010-02-171-6/+13
* Refactor: Extract method from AuthSourceLdap#authenticateEric Davis2010-02-161-4/+11
* Do not request blank LDAP attributes.Jean-Philippe Lang2008-11-251-1/+3
* Strip LDAP attribute names before saving (#1890).Jean-Philippe Lang2008-09-211-1/+10
* Improved on-the-fly account creation. If some attributes are missing (eg. not...Jean-Philippe Lang2008-07-191-1/+4
* Fix LDAP authentication (#714, broken by r1194).Jean-Philippe Lang2008-03-061-1/+1
* Fixed "LdapError: invalid binding information" when no username/password are ...Jean-Philippe Lang2008-03-051-5/+6
* Fixed: LDAP authentication without password may be possible (#714).Jean-Philippe Lang2008-02-221-0/+1
* LDAP authentication: only ask for the user's DN if on-the-fly registration is...Jean-Philippe Lang2007-11-041-1/+2
* Fixed: LDAP authentication crashes if one of the LDAP attributes name is left...Jean-Philippe Lang2007-10-191-1/+1
* Added LDAPS support for LDAP authentication.Jean-Philippe Lang2007-10-161-1/+2
* Fixed: Can not authenticate user against LDAP if its DN contains non-ascii ch...Jean-Philippe Lang2007-09-301-1/+1
* Firstname, lastname and email LDAP attributes are now required if "on-the-fly...Jean-Philippe Lang2007-08-141-1/+2
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-121-77/+77
* trunk moved from /trunk/redmine to /trunkJean-Philippe Lang2006-12-051-0/+79