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 f9ba2cdf89 Merge branch '2.8' into 3.0
* 2.8:
  Fix merge
  [Form] fix BC break introduced with prototype_data option
  [Ldap] Escape carriage returns in LDAP DNs.
  Upgrade for 2.8: ContainerAware was deprecated in favour of ContainerAwareTrait [ci skip]
  Fix wrong method name mapping in UPGRADE-3.0.md
  Use correct height for clearer
  [Validator] fixed raising violations to a maximum of one

Conflicts:
	UPGRADE-2.8.md
2015-12-18 17:56:45 +01:00
..
Exception Marked the Ldap component as internal and removed Ldap constants polyfill 2015-11-28 23:36:49 +01:00
Tests [Ldap] Escape carriage returns in LDAP DNs. 2015-12-18 17:28:57 +01:00
.gitignore Introducing the LDAP component 2015-09-28 13:11:59 +02:00
composer.json Merge branch '2.8' 2015-11-26 08:02:09 +01:00
LdapClient.php [Ldap] Escape carriage returns in LDAP DNs. 2015-12-18 17:28:57 +01:00
LdapClientInterface.php Marked the Ldap component as internal and removed Ldap constants polyfill 2015-11-28 23:36:49 +01:00
LICENSE Introducing the LDAP component 2015-09-28 13:11:59 +02:00
phpunit.xml.dist [PhpUnit] Auto-register SymfonyTestsListener 2015-10-11 10:29:26 +02:00
README.md Marked the Ldap component as internal and removed Ldap constants polyfill 2015-11-28 23:36:49 +01:00

Ldap Component

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

Disclaimer

This component is currently marked as internal, as it still needs some work. Breaking changes will be introduced in the next minor version of Symfony.

Documentation

The documentation for the component can be found [online] 0.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Ldap/
$ composer install
$ phpunit