LdapBundle
LdapBundle copied to clipboard
LdapBundle is an LDAP-based UserProvider for Symfony2's Security component.
Bumps [symfony/security](https://github.com/symfony/security) from 3.3.13 to 3.4.48. Release notes Sourced from symfony/security's releases. v3.4.48 Changelog (https://github.com/symfony/security/compare/v3.4.47...v3.4.48) no significant changes v3.4.47 Changelog (https://github.com/symfony/security/compare/v3.4.46...v3.4.47) no changes v3.4.46 Changelog (https://github.com/symfony/security/compare/v3.4.45...v3.4.46) no changes v3.4.45 Changelog...
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 3.3.13 to 3.4.36. Changelog *Sourced from [symfony/http-foundation's changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md).* > CHANGELOG > ========= > > 5.1.0 > ----- > > * Deprecate `Response::create()`, `JsonResponse::create()`, > `RedirectResponse::create()`, and `StreamedResponse::create()`...
Bumps [symfony/cache](https://github.com/symfony/cache) from 3.3.13 to 3.4.36. Changelog *Sourced from [symfony/cache's changelog](https://github.com/symfony/cache/blob/master/CHANGELOG.md).* > CHANGELOG > ========= > > 5.0.0 > ----- > > * removed all PSR-16 implementations in the `Simple`...
Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 3.3.13 to 3.4.35. Changelog *Sourced from [symfony/dependency-injection's changelog](https://github.com/symfony/dependency-injection/blob/master/CHANGELOG.md).* > CHANGELOG > ========= > > 5.0.0 > ----- > > * removed support for auto-discovered extension configuration class...
Hi, I would like to know if this project is maintained. I would like to use it on a corporate project but as some issues are open since years I...
Is it possible to supply more than one set of credentials to try? For example, if one host is down, it tries the second one in an array, etc.
My ldap server requires a bind user. But I don't see anyway to configure one. Does OpenSkyLdapBundle assume that the server uses anonymous binding? Or is there a way to...
Hi, I've this Exception after authentification : "A token was not found in the Security Context" My config.yml : opensky_ldap: client: host: ldap.mysite.com port: 382 username: "admin" password: ************ useStartTls:...
Hi, I would like to save the user logged into the database immediately after authentication. Because users are able to connect even if the LDAP is unreachable. I'd like to...