Clément "KPTN" OUDOT

Results 365 comments of Clément "KPTN" OUDOT

> Computing the expiration date is actually extremely difficult: it requires the pwdAccountLockedTime but also the ppolicy pwdMaxAge attribute, and this is quite hard to get to: there might be...

>hash_equals is >= PHP 5.6, I'm unsure if it can be accepted. target php versions of SSP is not clearly documented We have unit test running with PHP 5.4, so...

Hi @sfieux and @plewin, I think some changes in this PR have been done in other issues (like #115). And also travis file should not be modified. Other suggestion: do...

As you can see, this PR was not yet accepted.

Thanks for the PR, will have a look later.

Sorry for delay, I still need to check the code and merge it

Changing how we manage language files will not solve completely this issue, as we need to search in LDAP directory the attribute we want to put in the message. So...

@dlang9159 Attributes will be configured, but we can indeed have a default value with these ones, for example: ````php $ldap_attributes = array('uid', 'cn', 'sn', 'givenname'); ```` I will open a...

We must find a cleaner way to get attributes from user and use them in mails. The configuration must be generic

Thanks for your proposal. Some remarks: * why did you remove badges from README? * unit tests are failing because of crypto API