Skip to content
Snippets Groups Projects
Verified Commit 2cc9dc91 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Set password of LDAP-logged-in user in database

Having a local password is needed to make changing passwords easier. In
order to catch password changes in a universal way and forward them to
backends (like LDAP, in this case), getting the old password first is
necessary to authenticate as that user to LDAP.

We buy the small insecurity of having a hash of the password in the
Django database in order to not require it to have global admin permissions
on the LDAP directory.
parent 612a5e72
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment