The Usual ELException

Cantor, Scott cantor.2 at osu.edu
Wed Mar 22 12:32:36 EDT 2017


On 3/22/17, 11:54 AM, "users on behalf of Bob Dill" <users-bounces at shibboleth.net on behalf of rdill at cameron.edu> wrote:

> I recently installed Shibboleth idP, and I am now attempting to configure it. I’ve been testing my deployment with testshib.org.
> I’m having a really difficult time getting past this ELException, and from searching through the archives, I’m not the only one to
> have such a difficult time.

There's no "typical" error when it comes to LDAP and if you're going by the exception, all that is is a Spring expression error, across which there is absolutely no commonality.

You have a space in your property name (and I think that also means either we missed some trimming or you're using an out of date version that predates the fix).
 
org.springframework.beans.factory.NoSuchBeanDefinitionException:
 No bean named 'bindSearchAuthenticator ' is defined'

'bindSearchAuthenticator ' (space at the end)

-- Scott





More information about the users mailing list