disable SSL

PLK Albert plkit.helpdesk at poleungkuk.org.hk
Thu May 3 02:24:53 EDT 2007


Seeing from the last threat, I also met the installation problem using CAS
with LDAP
Can you explain more briefly on how to disable using SSL for authenication?

1. I had already set the "secure " property to false.
2. Do I also need to comment out "
HttpBasedServiceCredentialsAuthenticationHandler "  and
baseEnvironmentProperties?     Here is my deployerConfigContext.xml, the
part of connection of ldap  As follow :

<!--                                <bean

class="org.jasig.cas.authentication.handler.support.HttpBasedServiceCredenti
alsAuthenticationHandler" />
+-->
         <bean id="contextSource"
class="org.jasig.cas.adaptors.ldap.util.AuthenticatedLdapContextSource">
                 <property name="authenticatedReadOnly" value="true" />
                 <property name="password" value="secret" />
                 <property name="pooled" value="true" />
                 <property name="urls" value="ldap://plk.hk:389" />
                 <property name="userName" value="cn=Manager" />
         </bean>


Thanks,
Albert





More information about the cas mailing list