Just replaced the class names before receiving your message and it worked, without changing any properties.
Thanks, --Vlad On Fri, Apr 17, 2009 at 4:23 PM, Scott Battaglia <[email protected]> wrote: > All you need to do is change the referenced class from the CAS one mentioned > to the Spring LDAP one: > > org.springframework.ldap.core.support.LdapContextSource > > And if you're setting the username property, just set the userDn one > instead. > > > > > > On Fri, Apr 17, 2009 at 6:14 PM, Vladimir Shved <[email protected]> > wrote: >> >> Oh, maybe I should wait until docs are updated because this seem to be >> way too heavy for me to figure out on my own for now. I just started >> testing this software just few days ago. Also I mistyped in my >> previous message, the dependency I used was cas-server-support-ldap. >> >> Thanks, >> --Vlad >> >> On Fri, Apr 17, 2009 at 4:04 PM, Scott Battaglia >> <[email protected]> wrote: >> > 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 >> >> -- >> 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 -- 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
