Skip to content
Snippets Groups Projects
  1. Dec 25, 2021
    • Nik | Klampfradler's avatar
      Update changelog · 8e7e86b7
      Nik | Klampfradler authored
      8e7e86b7
    • Nik | Klampfradler's avatar
      Allow using local Django accounts and LDAP accounts at the same time · 42f5708d
      Nik | Klampfradler authored
      This fixes #470, where local Django accoutns were generally locked if
      LDAP accoutns were used together with password handling to protect
      against deleted/locked LDAP users being able to still login using a
      shadow copy of their account in the Django database.
      
      The fix introduces user account attributes, and the LDAP
      authentication code keeps a record of users who used to authenticate
      with LDAP in the past. If a suer is known to have been using LDAP in
      the past, they are denied if they cannot be authenticated in the
      future; if a user tries to authenticate who has not used LDAP in the
      past, they are allowed in.
      42f5708d
  2. Dec 24, 2021
  3. Dec 23, 2021
  4. Dec 22, 2021
  5. Dec 21, 2021
  6. Dec 20, 2021
Loading