LDAP Error Code Messaging
Daniel Fisher
dfisher at vt.edu
Wed Nov 7 20:52:36 EST 2018
On Wed, Nov 7, 2018 at 4:59 PM Lille M <lillemacdoe at gmail.com> wrote:
> <bean id="authenticationResponseHandler"
> class="org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler" >
> <constructor-arg value="0" />
> <constructor-arg value="0" />
> <constructor-arg value="0" />
> </bean>
>
I overlooked that this object has a no-args constructor, you can replace
that bean with:
<bean id="authenticationResponseHandler"
class="org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler" />
--Daniel Fisher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20181107/bfafc5c7/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 6317 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://shibboleth.net/pipermail/users/attachments/20181107/bfafc5c7/attachment.p7s>
More information about the users
mailing list