Clément "KPTN" OUDOT
Clément "KPTN" OUDOT
`ldap_exop_password` is not required for password history, or any password policy feature of OpenLDAP ppolicy overlay. Just use the control.
You need to pass cleartext password to the LDAP directory. This option is forced when using exop but not when using standard modification. So change your config with: ``` $hash...
As you can see in the issue, there is a bug in PHP: https://bugs.php.net/bug.php?id=80820 You can't use EXPO and ppolicy control together for the moment
Thanks, I'll see how to include it
I wonder if the best solution would not be to call the new web service `/rest/v1/checkpassword.php`
Hello, this is not possible now. It needs some code in htdocs/sendtoken.php See https://github.com/ltb-project/self-service-password/blob/master/htdocs/sendtoken.php#L120
Are you using code from master?
As you can see, the fix is merged in master and will be available in 1.5
@faust64 there will be a need for an upgrade note, as we changed a configuration attribute name
Could you try this patch: ``` diff --git a/htdocs/sendtoken.php b/htdocs/sendtoken.php index b7dac98..a1ac1e2 100644 --- a/htdocs/sendtoken.php +++ b/htdocs/sendtoken.php @@ -120,6 +120,7 @@ if ( $result === "" ) { # Compare...