On Mon, Jul 21, 2014 at 12:12 PM, Raymond Drew Walker
<[email protected]> wrote:
> I¹ll crank up logging to see if anything comes up. Here¹s my deployer
> config:
>
> <bean id="authHandler"
> class="org.ldaptive.auth.PooledBindAuthenticationHandler"
>       p:connectionFactory-ref="bindPooledLdapConnectionFactory" />
>

Try adding the password policy control:

<bean id="authHandler" class="org.ldaptive.auth.PooledBindAuthenticationHandler"
        p:connectionFactory-ref="bindPooledLdapConnectionFactory">
        <property name="authenticationControls">
                <util:list>
                        <bean
class="org.ldaptive.control.PasswordPolicyControl" />
                </util:list>
        </property>
</bean>

Unlike active directory, ppolicy requires both a request and response control.

--Daniel Fisher

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to