EDirectory authenticationHandler issue
Herron, Joel D
herronj at uww.edu
Tue Apr 6 21:43:30 UTC 2021
I’m trying to decouple an old inherited jar that handled our edirectory auth handler so I can finally upgrade to 4.x and Java 11, but I’m having issues getting the bean to recognize the hours property in the ldaptive library has anyone gotten this to work. Without the property it auto warns the user their password will expire even if they just reset it.
In authn/ldap-auth-config.xml
<bean id="authenticationResponseHandler" class="org.ldaptive.auth.ext.EDirectoryAuthenticationResponseHandler" p:hours=”340” />
According to the docs hours should be the property for ldaptive 1.0.13 but it just throws errors
Invalid property 'hours' of bean class [org.ldaptive.auth.ext.EDirectoryAuthenticationResponseHandler]:
Bean property 'hours' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
any ideas welcome. Is there a way to disable the built-in password expiring mechanism until after we upgrade.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20210406/5eb77553/attachment.htm>
More information about the users
mailing list