LDAP Authentication with Symfony 2.8

前端 未结 4 1062
时光取名叫无心
时光取名叫无心 2021-02-09 08:20

I\'m trying to use the new LdapUserProvider in Symfony 2.8. I believe I have configured everything per the docs.

My user can successfully authenticate, and then gets red

4条回答
  •  北海茫月
    2021-02-09 08:55

    I had same problem. In my case it was wrong configuration of framework.session.handler_id – I had to change it from native file handler to null which is default PHP session handler.

提交回复
热议问题