summaryrefslogtreecommitdiffstats
path: root/Core/Tests/User/LdapUserProviderTest.php
Commit message (Collapse)AuthorAgeFilesLines
* fixed obsolete getMock() usageFabien Potencier2016-12-191-19/+19
|
* [Ldap] Fixed issue with Entry password attribute containing array of values ↵v3.1.0-RC1v3.1.0Charles Sarrazin2016-05-261-3/+136
| | | | and made password attribute configurable
* Improved the Ldap ComponentCharles Sarrazin2016-02-111-18/+63
| | | | | | | | | | | | * 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
* [Bridge/Doctrine+Ldap] Fix testsNicolas Grekas2015-11-291-0/+3
|
* [Ldap] add some missing license file headersChristian Flothmann2015-09-281-0/+9
|
* Implemented LDAP authentication and LDAP user providerGrégoire Pineau2015-09-281-0/+93