Clément "KPTN" OUDOT

Results 459 comments of Clément "KPTN" OUDOT

We decided do create a new dashboard to display all users #281

See also https://github.com/ltb-project/white-pages/issues/1

Another related issue: https://github.com/ltb-project/service-desk/issues/207

This is not what is wanted here. The big plan is: * Update the code only for the check password feature * Read the password history attribute (pwdHistory in OpenLDAP)...

We need to use the ltb-common Password module to check the password hashes: https://github.com/ltb-project/ltb-common/blob/main/src/Ltb/Password.php

I will do a first proposal of UI and we will discuss in the PR.

Implementing pwdStartDate / pwdEndDate will solve a part of #57 With AD support (#156) I implemented the enable/disable account feature, which is specific to AD. AD also have an account...

Some organizations use a specific attribute in OpenLDAP, like accountDisable, which is used in ACL to block the authentication (and sometimes to hide this account from searches). As we don't...

@davidcoutadeur try to find an attribute in OpenLDAP that can be used for this