I since then changed to more generic BindLdapAuthenticationHandler - and after maybe a couple of dozen different tweaks I fainally got it working!

Good to hear. I'd encourage you to work on getting the fast bind handler working. It's preferable for a number of reasons.

        <property name="userDn" value="cn=oitdpm,ou=Service 
Accounts,dc=ad,dc=bu,dc=edu"/>
        <property name="password" value="PASSWORD"/>

Primary reason fast bind is preferable -- it avoids having to specify a bind credential in the clear. Second reason is that it really is faster since it avoids searching for the DN of the authenticating user.

M

--
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