Hi,
I used for weeks on a fresh install of cas 3.5.3 ldap authentication
with success.
sudenly it doesn't work anymore .
I check on the remote ldap server logs and even did a tcpdump on my CAS
server filtering on ldap port (389), no trafic at all !
I suspect that my CAS ldap config doesn't work anymore .
I only redeployed my cas.war (playing with views and css only)
# mvn -Dmaven.test.skip\=true package
Perhaps something changed in the source code pulled by maven !?
How can I check / debug ldap request form my cas server ?
In my pom.xml I do have
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-support-ldap</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
in
cas-3.5.3-jasig/cas/cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.xml
I have
<property name="authenticationHandlers">
<list>
!--
| LDAP authentication.
+-->
<bean id="ldapHandler"
class="org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler"
lazy-init="true">
<property name="filter"
value="uid=%u,ou=people,dc=int,dc=fr" />
<property name="contextSource">
<bean id="contextSource"
class="org.springframework.ldap.core.support.LdapContextSource">
<property
name="anonymousReadOnly" value="false" />
<property name="pooled"
value="false" />
<property name="urls">
<list>
<value>ldap://ldap0.int.fr</value>
<value>ldap://ldap5.int.fr</value>
</list>
</property>
I also have a cas.properties deployed in
/var/lib/tomcat/webapps/cas/WEB-INF/cas.properties
it is not clear to me where do I have to set ldap parameters in ?
embeded in deployerConfigContext.xml and/or WEB-INF/cas.properties
Thanks .
PS: is https://wiki.jasig.org/display/CASUM/LDAP the correct doc for cas
3.5 ?
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user