FR3DLdapBundle icon indicating copy to clipboard operation
FR3DLdapBundle copied to clipboard

This bundle integrates LDAP Authentication with any user manager (Ex: FOSUserBundle)

Results 16 FR3DLdapBundle issues
Sort by recently updated
recently updated
newest added

Catches when frontend has not sent a parameter named "password" by checking for null. This addresses issue: https://github.com/Maks3w/FR3DLdapBundle/issues/164#issue-491243577

I have discovered that if the frontend of the application does not send a password parameter at all, the code that checks for an empty password does not catch it,...

Did something change between v2.0 and v3.0 that handled the situation where a user entered a blank password? In version 2.0, if a user submitted an empty password, I would...

I'm trying to get chain provider working. Here my security.yml. I'm on synfony 4.3 `security: encoders: AppBundle\Entity\LdapUser: plaintext FOS\UserBundle\Model\UserInterface: plaintext providers: chain_provider: chain: providers: [fos_userbundle, fr3d_ldapbundle] fr3d_ldapbundle: id: fr3d_ldap.security.user.provider fos_userbundle:...

There seems to be support to get the roles/groups from an AD. Could someone give a config.yml example? Thanx!

It would be nice to use the Bundle in projects where a simple ldap authentication is sufficient. I made some changes to make this possible. In addition I added the...

Hello guys, First thanks for all the work you have made with this bundle, it is saving me a lot of work and your effort is awesome. I have several...

Hi, I want to know if it's possible to sync mail address form ldap when the user is clicked on login button ? Thanks

Hi, I seem to have a lack of understanding the principle here: we'd like to use the setup of FOSUserBundle combined with FR3DLdapBundle. I did read about it, followed the...