ltb-project / service-desk

Application for support team who need to check and reset user passwords
https://service-desk.readthedocs.io/
GNU General Public License v3.0
49 stars 19 forks source link

update authTimestamp to pwdLastSuccess #97

Closed davidcoutadeur closed 9 months ago

davidcoutadeur commented 1 year ago

In new openldap lastbind feature, authTimestamp is replaced by pwdLastSuccess.

We could make pwdLastSuccess attribute customizable in service-desk, and set "pwdLastSuccess" value by default

coudot commented 1 year ago

See #57

coudot commented 1 year ago

No need to customize the attribute, we will provide both definition, only the one active will be displayed

coudot commented 10 months ago

After some tests, we indeed need to define which attribute to use, else the idle account dashboard is not working.