CAS -LDAP Integation
niranjana h chennappa
niranjanahc.hchennappa at gmail.com
Sun Jan 18 23:17:43 EST 2009
hi,
for me it is working fine . i noticed one thing that u didn't
set*domain name
* properly for* username* property. i hope following could help u .for u ,
try along with this format --username,ou,cn domain name.
<bean
id="serviceRegistryDao"
class="org.jasig.cas.services.InMemoryServiceRegistryDaoImpl" />
<bean id="contextSource" class=
"org.jasig.cas.adaptors.ldap.util.AuthenticatedLdapContextSource">
<property name="pooled" value="true" />
<property name="urls">
<list>
<value>ldap://192.168.3.45:389/</value>
<value>ldap://localhost:389/</value>
</list>
</property>
<property name="userName"
value="cn=Administrator,cn=Users,dc=ECDS,dc=COM"/>
<property name="password" value="Ganesh21"/>
regards
Niranjana HC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas/attachments/20090119/66544313/attachment.html
More information about the cas
mailing list