LDAP integration
Dmitry Kochelaev
dkochelaev at gmail.com
Mon May 7 09:32:39 EDT 2007
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
More information about the cas
mailing list