<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Thank you Daniel.</div><div><br></div><div>I am getting error message below --- is there a mismatch I made when updating 'ldap-authn-config.xml':<br></div><div><br></div><div><bean name="bindSearchAuthenticator" class="org.ldaptive.auth.Authenticator" p:resolveEntryOnFailure="%{idp.authn.LDAP.resolveEntryOnFailure:false}" p:authenticationResponseHandlers-ref="authenticationResponseHandler"><br>        <constructor-arg index="0" ref="bindSearchDnResolver" /><br>        <constructor-arg index="1" ref="authHandler" /><br>    </bean><br></div><div><br></div><div><bean id="authenticationResponseHandler" class="org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler" ><br>         <constructor-arg value="0" /><br>         <constructor-arg value="0" /><br>         <constructor-arg value="0" /><br>       </bean><br></div><div><br></div><div><br></div><div><br></div><div>2018-11-07 13:53:15,326 - ERROR [net.shibboleth.idp.authn:-2] - [7DE83AB47C079880EF3125704D18E737] - [127.0.0.1] - Uncaught runtime exception<br>org.springframework.binding.expression.EvaluationException: An ELException occurred getting the value for expression 'ValidateUsernamePassword' on context [class org.springframework.webflow.engine.impl.RequestControlContextImpl]<br>    at org.springframework.binding.expression.spel.SpringELExpression.getValue(SpringELExpression.java:92)<br>Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1021E: A problem occurred whilst attempting to access the property 'ValidateUsernamePassword': 'Error creating bean with name 'ValidateUsernamePasswordAgainstLDAP' defined in file [/opt/shibboleth-idp/system/flows/authn/password-authn-beans.xml]: Cannot resolve reference to bean 'shibboleth.authn.LDAP.authenticator' while setting bean property 'authenticator'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bindSearchAuthenticator' defined in file [/opt/shibboleth-idp/conf/authn/ldap-authn-config.xml]: Cannot resolve reference to bean 'authenticationResponseHandler' while setting bean property 'authenticationResponseHandlers'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationResponseHandler' defined in file [/opt/shibboleth-idp/conf/authn/ldap-authn-config.xml]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler]: Constructor threw exception; nested exception is java.lang.IllegalArgumentException: 0'<br>   <br></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Nov 7, 2018 at 1:18 PM Daniel Fisher <<a href="mailto:dfisher@vt.edu">dfisher@vt.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Wed, Nov 7, 2018 at 3:36 PM Lille M <<a href="mailto:lillemacdoe@gmail.com" target="_blank">lillemacdoe@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div>Thanks Daniel!</div><div><br></div><div>Below is the ldap.properties file (scrubbed).<br></div><div><br></div><div><br>idp.authn.LDAP.authenticator                    = bindSearchAuthenticator<br></div></div></div></blockquote><div><br></div><div>You're using the bindSearchAuthenticator, so update ldap-authn-config.xml like so</div><div><br></div><div><bean name="bindSearchAuthenticator" class="org.ldaptive.auth.Authenticator" p:resolveEntryOnFailure="%{idp.authn.LDAP.resolveEntryOnFailure:false}" p:authenticationResponseHandlers-ref="authenticationResponseHandler"></div><div><br></div><div>--Daniel Fisher</div><div><br></div></div></div></div></div>
-- <br>
For Consortium Member technical support, see <a href="https://wiki.shibboleth.net/confluence/x/coFAAg" rel="noreferrer" target="_blank">https://wiki.shibboleth.net/confluence/x/coFAAg</a><br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" target="_blank">users-unsubscribe@shibboleth.net</a></blockquote></div>