Authenticated LDAP password not being stored in fos_user database
问题 I have a Symfony project with FOSUserBundle and FR3DLdapBundle registered and configured, but when I authenticate against a test LDAP server, the authetication works, but when I look at the dev.log the Doctrine insert statement does not have a password (it's blank). This is the bottom of my config.yml file: fr3d_ldap: driver: host: ldap.forumsys.com user: baseDn: dc=example, dc=com attributes: - { ldap_attr: uid, user_method: setUsername } - { ldap_attr: mail, user_method: setEmail } - { ldap