Hi,

I am trying to configure our CAS(3.5.1) to authenticate against LDAP. For the 
authenticationHandler defined in deployerConfigContext.xml, I commented out
"<bean 
class="org.jasig.cas.authentication.handler.support.SimpleTestUsernamePasswordAuthenticationHandler"
 />"

And added the following bean:
               <bean 
class="org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler"
             p:filter="uid=%u"
             p:searchBase="ou=people,dc=***,dc=edu"
             p:contextSource-ref="contextSource" />

Then I restarted the Tomcat for the change to take effect. However, when I 
typed in my LDAP credentials and the login page says "The credentials you 
provided cannot be determined to be authentic.". And above the login form, 
there is another warning saying
"Non-secure Connection
You are currently accessing CAS over a non-secure connection. Single Sign On 
WILL NOT WORK. In order to have single sign on work, you MUST log in over HTTPS.
"
How can I check whether the CAS server is able to successfully communicate with 
our LDAP server. Do I have to firstly enable SSL in order to do that?

Much appreciate it!
Larry




-- 
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

Reply via email to