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



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

Reply via email to