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 <[EMAIL PROTECTED]> 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
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to