summaryrefslogtreecommitdiffstats
path: root/Core/User/LdapUserProvider.php
Commit message (Collapse)AuthorAgeFilesLines
* [Security] Allow LDAP loadUser overrideTugdual Saunier2016-06-281-1/+1
|
* LdapUserProvider: add missing argument type docChristian Flothmann2016-06-011-0/+1
|
* [Ldap] Fixed issue with Entry password attribute containing array of values ↵v3.1.0-RC1v3.1.0Charles Sarrazin2016-05-261-2/+39
| | | | and made password attribute configurable
* Improved the Ldap ComponentCharles Sarrazin2016-02-111-25/+23
| | | | | | | | | | | | * Moved connection logic to dedicated class * Added support for Ldap result entries iterator and renamed LdapClient to Ldap * Added support for multiple adapters * Attempt anonymous bind if the connection is not bound beforehand * Finalized API * Updated the Security component to use v3.1 of the Ldap component * Updated unit tests * Added support for functional tests * Updated README file
* fixed CSFabien Potencier2016-01-211-1/+0
|
* Marked the Ldap component as internal and removed Ldap constants polyfillCharles Sarrazin2015-11-281-1/+1
|
* Implemented LDAP authentication and LDAP user providerGrégoire Pineau2015-09-281-0/+109