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 b6bbe43b4b Merge branch '3.1'
* 3.1:
  [TwigBundle] Removed redundant return statement.
  enable property info
  [Cache] Fix default lifetime being ignored
  [DependencyInjection] Fixed deprecated default message template with XML
  Reference the actual location of the documentation
  [TwigBridge] Removed extra arguments in 2 places.
  [Cache] Fix incorrect timestamps generated by FilesystemAdapter
  [Process] Fix write access check for pipes on Windows
  [HttpKernel] Use flock() for HttpCache's lock files

Conflicts:
	src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
2016-07-28 13:15:50 +02:00
..
Adapter Added the possibility to configure all Ldap options for connection 2016-05-13 18:20:58 +02:00
Exception Improved the Ldap Component 2016-02-11 18:54:23 +01:00
Tests Fixed issue with legacy client initialization 2016-06-08 12:16:33 +02:00
.gitignore Introducing the LDAP component 2015-09-28 13:11:59 +02:00
composer.json updated version to 3.2 2016-05-13 13:13:23 -05: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 Fixed issue with legacy client initialization 2016-06-08 12:16:33 +02:00
LdapClientInterface.php Improved BC layer for the Ldap component 2016-03-16 17:38:19 +01: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 2016-01-03 16:33:41 +01:00
phpunit.xml.dist Added environment-based Ldap server configuration for tests 2016-02-23 22:24:29 +01: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