Re: [cas-user] custome passwordEncoder in CAS 5.1

2017-05-17 Thread Mathieu Plasse
nt to make sure you enable JDBC authentication module by including > that module dependency: > https://apereo.github.io/cas/development/installation/Database-Authentication.html > > D. > > > From: Mathieu Plasse <mathie...@gmail.com> > Reply: cas-...@apereo.org <

Re: [cas-user] custome passwordEncoder in CAS 5.1

2017-05-17 Thread Mathieu Plasse
in CAS 5.1 > > In 5.1 you do it by means of the following property: > > > *cas.authn.jdbc.query[0].passwordEncoder.type=com.example.CustomPasswordEncoder* > > > https://apereo.github.io/cas/5.0.x/installation/Configuration-Properties.html#database-authentication > > Ch

[cas-user] Custom passwordEncoder in CAS 5.1

2017-05-17 Thread Mathieu Plasse
I'm trying to configure a custom passwordEncoder on CAS 5.0 . My problem is the PolicyBasedAuthenticationManager as completly changed from 4 to 5 so old deployerConfig.xml do not work. Old 4.0 was like that : I tried to create a 5.0 file like that :

[cas-user] custome passwordEncoder in CAS 5.1

2017-05-17 Thread Mathieu Plasse
I'm trying to configure a custom passwordEncoder on CAS 5.0 . My problem is the PolicyBasedAuthenticationManager as completly changed from 4 to 5 so old deployerConfig.xml do not work. Old 4.0 was like that : I tried to create a 5.0 file like that :