Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Fr3d LDAP バンドルとともに FOS USER BUNDLE を使用しました。ログインしようとすると、エラーが発生します
認識されないフィールド: usernameCanonical
あなたの助けが必要です
User クラスが FOS Users の基本クラスから拡張されていないようです。
use FOS\UserBundle\Entity\User as BaseUser; use FR3D\LdapBundle\Model\LdapUserInterface; class User extends BaseUser implements LdapUserInterface