We've upgraded to Spring LDAP 1.3 so we no longer need that class (we're still in the process of updating all documentation). You can use the LdapContextSource that comes with Spring LDAP. The only different is instead of "username" the property is "userDn." There was a recent email thread about it if you need more information.
Thanks -Scott On Fri, Apr 17, 2009 at 5:51 PM, Vladimir Shved <[email protected]>wrote: > Just for no reason decided to upgrade to 3.3.2 and got this: > > Caused by: java.lang.ClassNotFoundException: > org.jasig.cas.adaptors.ldap.util.AuthenticatedLdapContextSource > > Also I checked and double checked for mistypos and > cas-server-support-spnego dependency is there but no luck, is > something changed or am I doing something wrong? > > Thanks, > --Vlad > > -- > 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 > -- 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
