Clément "KPTN" OUDOT
Clément "KPTN" OUDOT
This one should work: ```php diff --git a/htdocs/sendtoken.php b/htdocs/sendtoken.php index b7dac98..e904ba0 100644 --- a/htdocs/sendtoken.php +++ b/htdocs/sendtoken.php @@ -121,6 +121,7 @@ if ( $result === "" ) { for ($match =...
Indeed, there is a warning. To avoid it we need to first check if the attribute is present in the entry before calling `ldap_get_values`. I'll see what we can do.
@artlog the issue is not that the attribute exist and is empty, which is indeed not standard. Here the attribute does not exist in the entry, but our code does...
Another idea to ease the migration between 1.4 and 1.5: if `mail_attributes` is not defined and `mail_attribute` exists, then initialize `mail_attributes` like this: ```php $mail_attributes = array($mail_attribute); ``` Same should...
Should be fixed with #676, if you have some time to test
No feedback, works on my side, so I close.
We indeed use Smarty filters to avoid injection. We could authorize HTML in message values but we must forbid them in other variables.
Hi @plewin, I send you an invitation so you can join the team and be associated to this issue. This allows you to commit directly but I prefer that you...
We implemented ppolicy control in #156 so we can now check password history (with OpenLDAP)
> My configuration of LDAP server is correct. I enabled LDAPS and configure certificate. If all was correct, you would not have any error. There should be an issue with...