ldaptools-bundle icon indicating copy to clipboard operation
ldaptools-bundle copied to clipboard

Provides easy LDAP integration for Symfony via LdapTools.

Results 22 ldaptools-bundle issues
Sort by recently updated
recently updated
newest added

The following class: Doctrine\Common\Persistence\Event\LifecycleEventArgs is not available in ldaptools because it in not available in the composer.json and therefore results in reflection exception: > Class Doctrine\Common\Persistence\Event\LifecycleEventArgs does not exist This...

Hey i have an issue on Symfony 4.4.16. `Class Doctrine\Common\Persistence\Event\LifecycleEventArgs does not exist `. This error are throws in LdapObjectSuscriber line 276 and 258. I replace ''Doctrine\Common\Persistence\Event\LifecycleEventArgs" with "Doctrine\ORM\Event\LifecycleEventArgs" and...

see #56 I made a few changes to make the bundle compatible with Symfony 5.

Fixes #61. I created this PR to add Symfony 5.4 compatibility. There was a change to the `Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\FormLoginFactory` class in Symfony 5.4 that means we must provide the return types...

Initial error is `Compile Error: Declaration of LdapTools\Bundle\LdapToolsBundle\DependencyInjection\Security\Factory\LdapFormLoginFactory::getKey() must be compatible with Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\FormLoginFactory::getKey(): string` More errors may be found while working on this issue

many function for ldap are deleted with php +8.0 and @ operator no longer silences fatal errors.

Do you plan to support symfony 5?

Does it work with Symfony 4?

Hi! my config: ```yaml ldap_tools: domains: domain: domain_name: **** username: **** password: ***** base_dn: "dc=dp,dc=dom,dc=ru" port: 389 security: user: AppBundle\Entity\User guard: failure_path: null failure_forward: false ``` security: ```yaml # To...

Configure my config.yml ``` ldap_tools: general: default_domain: "%ldap_default_domain%" domains: EXAMPLE.LOCAL: domain_name: "%ldap_domain_name%" base_dn: "%ldap_base_dn%" username: "%ldap_username%" password: "%ldap_password%" servers: "%ldap_servers%" security: guard: default_target_path: '/' remember_me: true refresh_user_attributes: true # Set...