This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Ldap
Nicolas Grekas 605a5674a8 Merge branch '5.1' into 5.x
* 5.1:
  fix merge
  fix merge
  Remove branch-version (keep them for contracts only)
  [HttpClient] relax auth bearer format requirements
  [PHPUnitBridge] Silence errors from mkdir()
  [DependencyInjection] Preload classes with union types correctly.
  [Serializer] fix decoding float XML attributes starting with 0
  add missing dutch translations
  [TwigBridge] Remove "transchoice" from the code base
  Support PHPUnit 8 and PHPUnit 9 in constraint compatibility trait
  Add expectDeprecation, expectNotice, expectWarning, and expectError to TestCase polyfill
  [String] fix before/after[Last]() returning the empty string instead of the original one on non-match
  Add missing exporter function for PHPUnit 7
  [Validator] Add missing romanian translations
  [String] fix slicing in UnicodeString
  [Cache] Use correct expiry in ChainAdapter
  do not translate null placeholders or titles
2020-10-24 14:08:07 +02:00
..
Adapter Merge branch '4.4' into 5.1 2020-10-12 13:21:05 +02:00
Exception Typo - Fix bad classnames in Exceptions docblocks 2019-08-19 15:54:22 +02:00
Security Merge branch '5.0' into 5.1 2020-06-11 23:20:02 +02:00
Tests Merge branch '5.1' 2020-09-02 18:27:44 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
CHANGELOG.md [Security] Added LDAP support to Authenticator system 2020-05-03 12:56:20 -04:00
composer.json Merge branch '4.4' into 5.1 2020-10-24 14:01:57 +02:00
Entry.php Merge branch '4.4' 2019-08-14 14:45:29 +02:00
Ldap.php Merge branch '4.4' into 5.0 2020-03-16 13:10:54 +01:00
LdapInterface.php [Ldap] [5.0] add type-hint to interface and implementation 2019-06-29 08:58:43 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md Fixed markdown file 2019-08-13 19:39:09 +02:00

Ldap Component

A Ldap client for PHP on top of PHP's ldap extension.

Disclaimer

This component is only stable since Symfony 3.1. Earlier versions have been marked as internal as they still needed some work. Breaking changes were introduced in Symfony 3.1, so code relying on previous version of the component will break with this version.

Resources