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
2020-11-16 18:05:55 +01:00
..
Adapter [Ldap] Fix undefined variable $con. 2020-11-16 18:05:55 +01:00
Exception Typo - Fix bad classnames in Exceptions docblocks 2019-08-19 15:54:22 +02:00
Security [Ldap] fix refreshUser() ignoring extra_fields 2020-06-10 10:36:58 +02:00
Tests Use GithubAction to run ldap tests 2020-11-16 16:15:08 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Introducing the LDAP component 2015-09-28 13:11:59 +02:00
CHANGELOG.md Fix typo 2019-06-26 11:36:48 +02:00
composer.json Merge branch '3.4' into 4.4 2020-10-24 13:50:19 +02:00
Entry.php Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
Ldap.php Merge branch '3.4' into 4.4 2020-03-16 09:56:54 +01:00
LdapInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Use GithubAction to run ldap tests 2020-11-16 16:15:08 +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