On Fri, Jun 28, 2013 at 10:11 AM, Marvin S. Addison < [email protected]> wrote:
> I have CAS 4.0 from git and am attempting to use the ldap integration to >> authenticate against Active Directory. We do not allow anonymous bind >> and need to bind before resolving the user dn. I can’t figure out how to >> wire it together to get it to bind before doing the search. >> > > Working on CAS 4.0 documentation now: > > http://jasig.github.io/cas/**installation/Configuring-** > Authentication-Components.**html#ldap<http://jasig.github.io/cas/installation/Configuring-Authentication-Components.html#ldap> In particular, you need to add a BindConnectionInitializer to the ConnectionConfig bean. I made some suggestions to Marvin for improving the documentation, stay tuned for updates. --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-dev
