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
Hidde Wieringa 7da445307c
[LDAP] Free the search result after a search to free memory
Fixed error handling in ldap_search and ldap_free

Added spaces around if

Fixed trailing spaces

Added functional tests for Ldap component

Fixed style errors

Fixed style errors 2

Added slapd to Travis requirements

Added mkdir /tmp/travis to Travis build config

Revert "Added mkdir /tmp/travis to Travis build config"

This reverts commit d7f1884e6dc53602ad8dca6caeabb423445166cc.

Revert "Added slapd to Travis requirements"

This reverts commit 9b212ff5eb9fc2f4d6d54b787e4d307b0e164e21.

Revert "Fixed style errors 2"

This reverts commit cbe0c168d6c9a50dac1ba6593113573f53768be3.

Revert "Fixed style errors"

This reverts commit a2dc110f3df1b9e803447b94d2794eb1a3e8c300.

Revert "Added functional tests for Ldap component"

This reverts commit 33a67230dd25dabdb454381a3cdee95bdaac7f30.
2016-04-12 11:43:13 +02: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 add composer exclude-from-classmap for new 2.8 components 2015-11-24 23:11:35 +01:00
LdapClient.php [LDAP] Free the search result after a search to free memory 2016-04-12 11:43:13 +02:00
LdapClientInterface.php Marked the Ldap component as internal and removed Ldap constants polyfill 2015-11-28 23:36:49 +01:00
LICENSE Merge branch '2.7' into 2.8 2016-01-03 16:33:41 +01:00
phpunit.xml.dist [PhpUnit] Auto-register SymfonyTestsListener 2015-10-11 10:29:26 +02:00
README.md [2.8] update readme files for new components 2016-03-07 11:26:54 +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