LDAP integration in Symfony2
ldap, symfony
Solution
I don't know any tutorial or video about LDAP in Symfony2 but here are 2 bundles I used in many projects:
- `OpenSkyLdapBundle` (requires ZF2 LDAP component)
- `FR3DLdapBundle` (integration with `FOSUserBundle`)
Problem
I'm new to symfony & LDAP. Is there any step by step tutorial or videos to integrate LDAP in symfony2?