Hi Dmitry, Could you share with us how did you do for using ldap authorization within CAS ?
Thanks for your reply. 2007/5/7, Dmitry Kochelaev <[EMAIL PROTECTED]>: > Hello, > > I've benn succesfully using ldap authorization, however, now I've new > issue. Description follows. > > I've following ldap tree: > > com > ...example > ......folder1 > .........uid=user1 > ......folder2 > .........uid=user2 > > How, can I describe such structure in deployerConfigContext.xml? > > I've tried following: > <bean > > class="org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler" > > <property name="filter" > value="uid=%u" /> > <property name="searchBase" > value="dc=example,dc=com" /> > <property name="contextSource" > ref="contextSource" /> > </bean> > However, it doesn't work. > > -- > Dmitry Kochelaev > eVelopers Corporation > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas > _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
