Monday, July 27, 2009

How to configure CAS with LDAP

The configuration is quite trivial.. still i wrote down:
1. install openldap and add some users:
ldapadd -x -D cn=admin,dc=demo,dc=cloudtronics,dc=com -W -f test.ldif
where test.ldif,


Now how to search, from application.. In tomcat web use deployerConfigContext.xml: