You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the spring-security-ldap plugin (3.0.2) in a Grails 4 app with spring-security-core (4.0.0RC2) and wherever I set the ldap.mapper.userDetailsClass = 'inetOrgPerson' flag its being ignored.
I am trying to use the spring-security-ldap plugin (3.0.2) in a Grails 4 app with spring-security-core (4.0.0RC2) and wherever I set the ldap.mapper.userDetailsClass = 'inetOrgPerson' flag its being ignored.
I've tried setting it in application.yml
and in application.groovy
but neither of them seem to work, as I keep getting this error:
Is there another place this should be set? Or am I missing something?
(This all worked fine in an earlier version of this app built in Grails 2.3 and spring-security-core:2.0 and spring-security-ldap:2.0)
The text was updated successfully, but these errors were encountered: