LDAP integration

Zouhair BOUNOUALA bozouhair at gmail.com
Mon May 7 11:25:14 EDT 2007


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 <dkochelaev at gmail.com>:
> 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
> cas at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas
>



More information about the cas mailing list