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 47ee1d53c1 Merge branch '3.3' into 3.4
* 3.3: (33 commits)
  Preserve HttpOnly value when deserializing a header
  [DX] [TwigBundle] Enhance the new exception page design
  Fix deprecated message
  [DI][Security] Prevent unwanted deprecation notices when using Expression Languages
  bumped Symfony version to 3.3.5
  updated VERSION for 3.3.4
  updated CHANGELOG for 3.3.4
  [VarDumper] Reduce size of serialized Data objects
  bumped Symfony version to 3.2.12
  updated VERSION for 3.2.11
  updated CHANGELOG for 3.2.11
  fixed bad merge
  Fix indent of methods
  [Cache] Handle APCu failures gracefully
  [DoctrineBridge] Use normalizedIds for resetting entity manager services
  [FrameworkBundle] Do not remove files from assets dir
  [FrameworkBundle] 3.3: Don't get() private services from debug:router
  bumped Symfony version to 3.3.4
  updated VERSION for 3.3.3
  updated CHANGELOG for 3.3.3
  ...
2017-07-06 13:23:40 +03:00
..
Adapter Fix deprecated message 2017-07-06 09:08:20 +02:00
Exception [Ldap] Always have a valid connection when using the EntryManager 2017-01-12 07:53:08 -08:00
Tests Merge branch '3.2' 2017-02-21 11:07:34 +01:00
.gitignore Introducing the LDAP component 2015-09-28 13:11:59 +02:00
CHANGELOG.md Fix deprecated message 2017-07-06 09:08:20 +02:00
composer.json [3.4] Allow 4.* deps 2017-05-24 11:02:43 +02:00
Entry.php [LDAP] Check whether an entry attribute exists 2016-04-09 18:27:28 +02:00
Ldap.php Added support for adding / removing / updating Ldap entries 2016-02-17 20:52:41 +01:00
LdapClient.php [Ldap] add a changelog file 2017-05-20 15:43:53 +02:00
LdapClientInterface.php [Ldap] add a changelog file 2017-05-20 15:43:53 +02:00
LdapInterface.php Improved BC layer for the Ldap component 2016-03-16 17:38:19 +01:00
LICENSE Merge branch '2.7' into 2.8 2017-01-02 12:30:24 -08:00
phpunit.xml.dist Merge branch '2.8' into 3.2 2017-04-12 07:13:17 -07:00
README.md Reference the actual location of the documentation 2016-07-26 17:33:44 +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