Hi again,
authentication via LDAP works like a charm, however, when I assign a role to a user and secure a page in the requestmap (like /books/show/**
and ROLE_USER
) this only works for local-only users, not for users authenticated via LDAP. (IS_AUTHENTICATED_FULLY
works, though)
How can I fix that?