For this method in LdapUtils, can a property be wrapped around the
setAuthenticationControls call? I do not have permission to query for the OID "1.3.6.1.4.1.42.2.27.8.5.1" object that ldaptive request during user credential validation. I had to comment out that line for my deployment but I do not want to have to maintain this file.
private static SimpleBindAuthenticationHandler getBindAuthenticationHandler(final ConnectionFactory factory) {
val handler = new SimpleBindAuthenticationHandler(factory);
// wrap this line around a config property
handler.setAuthenticationControls(new PasswordPolicyControl());
return handler;
}
--
You received this message because you are subscribed to the Google Groups "CAS Developer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
cas-dev+u...@apereo.org.
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-dev/539d9932-d56c-48d4-92b0-8f518304ee8fn%40apereo.org.