My system use fosuserbundle to manage user login and access control, it works well.
Now I'm trying to change login authentication from database to LDAP. I'm using symfony2.3, some bundles like fr3d_ldapbundle doesn't work well.
I just want to make things simple, change verify database's username and password to LDAP's username and password, is anyway to do that?