Yes, your CAS server needs to have and use an SSL certificate.  CAS clients typically require their callbacks to CAS to be via SSL and in any case SSL is a core part of the CAS architecture.  To test CAS without SSL is to leave out an important piece.

Is your other error as simple as "Directoey.maec.gov.ma" being a typo, that it should be "Directory.maec.gov.ma"?

Andrew
http://support.unicon.net/


yassine yassine wrote:
i have 2 problems with deploying cas:

the  first:
i dont know if do i must to use ssl same in testing?

the second:
i want to use active directory to authenticate users,  my domain controller has the name of:Directoey.maec.gov.ma

i configured the deployerConfigContext.xml like below, when i try to authenticate with correct user and passsowrd i have  the following message :   The credentials you provided cannot be determined to be authentic:


        <bean
          class="org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler" >
          <property name="filter" value="uid=%u,ou=division_info,dc=Directoey,dc=maec,dc=gov,dc=ma" />
          <property name="contextSource" ref="contextSource" />
        </bean>
      </list>
    </property>
    </bean>
  <bean id="contextSource" class="org.jasig.cas.adaptors.ldap.util.AuthenticatedLdapContextSource">
    <property name="urls">
      <list>
        <value>ldap://Directoey.maec.gov.ma</value>
      </list>
    </property>
  </bean>


_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to