LDAP integration
Arnaud Lesueur
arnaud.lesueur at gmail.com
Mon May 7 11:41:09 EDT 2007
Dmity,
Keep your configuration and add a "scope" property with the value "sub". For
more information, have a look at the javadoc for this handler :
http://developer.ja-sig.org/projects/cas/multiproject/cas-server-ldap/apidocs/org/jasig/cas/adaptors/ldap/BindLdapAuthenticationHandler.html
Regards,
--
Arnaud Lesueur
On 5/7/07, Dmitry Kochelaev <dkochelaev at gmail.com> wrote:
>
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas/attachments/20070507/e44d245f/attachment.html
More information about the cas
mailing list