Good afternoon,
Ive implemented a CAS server cluster (using JpaServiceRegistry, JpaTicketRegistry, and session replication) and after some tuning weve been able to address most performance issues. However were currently seeing the following error in our logs: ERROR [org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipa lResolver] - <Uncategorized exception occured during LDAP processing; nested exception is javax.naming.NamingException: LDAP response read timed out, timeout us ed:3000ms.> Were using FastBindLdapAuthenticationHandler since all of our user accounts are placed in the same OU in LDAP and thus the DNs are easy to generate. However, per the CAS User Manual, Ive disabled pooling in my LdapContextSource. Before I go and increase the timeout parameter, I was wondering if I could use PoolingContextSource with FastBindLdapAuthenticationAdapter. Most references that Ive found seem to indicate that it wont work, or at least not do anything; at least one recommends both FastBindLdapAuthenticationHandler and PoolingContextSource in the same message. Will the combination work, or would I have to change to BindLdapAuthenticationHandler if I want to set up LDAP connection pooling and not use JNDI pooling? Thanks in advance, -- Carlos M. Fernández Sr. Enterprise Systems Administrator Saint Josephs University Philadelphia PA 19131 T: +1 610 660 1501 -- 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
