我配置了 FR3DLdapBundle。
我必须修改 app/config/config.yml
# app/config/config.yml
fr3d_ldap:
client:
host: 192.168.1.101
username: cn=admin,dc=test,dc=local
password: 12345
optReferrals: false
baseDn: dc=test, dc=local
filter: (&(ObjectClass=*))
attributes:
- { ldap_attr: mail, user_method: setUserName }
但它不起作用。添加 phpldapadmin 屏幕截图。
配置对吗?什么是“用户方法:setUserName”?