Hi,
We're trying to configure an additional authentication handler in our
installation to use our CMS users table which has passwords hashed (SHA-1) and
Base64 encoded. Before we noticed the passwords were Base64 encoded we had
tried to he the passwordEncoder property with the SHA1 value:
<property name="passwordEncoder">
<bean class="org.jasig.cas.authentication.handler.DefaultPasswordEncoder">
<constructor-arg value="SHA1" />
</bean>
</property>
Of course, this didn't work. Any suggestions out of the box or should we
quickly extend/replace the DefaultPasswordEncoder?
Many thanks,
ChristianChristian Stück Assistant Director, ITG (212) 854-2808
<<image001.gif>>
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
