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

2017-05-17 Thread Mathieu Plasse
cas...@apereo.org> > Date: May 17, 2017 at 10:35:27 AM > To: CAS Community <cas...@apereo.org> > Cc: dkopy...@unicon.net <dkop...@unicon.net> > Subject: Re: [cas-user] custome passwordEncoder in CAS 5.1 > > Ty. > > I tried that way with t

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

2017-05-17 Thread Dmitriy Kopylenko
Date: May 17, 2017 at 10:35:27 AM To: CAS Community <cas-user@apereo.org> Cc: dkopyle...@unicon.net <dkopyle...@unicon.net> Subject:  Re: [cas-user] custome passwordEncoder in CAS 5.1 Ty. I tried that way with the cas.properties : ## # CAS Server Context Configuration

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

2017-05-17 Thread Mathieu Plasse
rties.html#database-authentication > > > From: Dmitriy Kopylenko <dkop...@unicon.net> > Reply: Dmitriy Kopylenko <dkop...@unicon.net> > Date: May 17, 2017 at 9:07:24 AM > To: cas-...@apereo.org <cas...@apereo.org> > Subject: Re: [cas-user] custome passwordEncoder

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

2017-05-17 Thread Dmitriy Kopylenko
reo.org <cas-user@apereo.org> Subject:  Re: [cas-user] custome passwordEncoder 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-Proper

[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 :