PartialResultException when authenticating over LDAP with Acegi and Grails
Posted
by Benny Hallett
on Stack Overflow
See other posts from Stack Overflow
or by Benny Hallett
Published on 2010-03-31T05:07:30Z
Indexed on
2010/03/31
5:13 UTC
Read the original article
Hit count: 473
I'm trying to setup our new Grails application to authenticate via LDAP. From the logs we can see that Acegi is binding to the LDAP store, then is able to find the user given the correct credentials, and finally begins searching for roles.
The authentication fails due to a PartialResultException.
I'm aware that the default LDAP provider in Acegi has an option to ignore PartialResultExceptions, but I'm not exactly sure how to turn that on in Grails.
© Stack Overflow or respective owner