Skip to content
Snippets Groups Projects
Julian's avatar
closed issue #2 "Reevaluate user deletion" at uffd / django auth plugin LDAP RemoteUser
Julian's avatar
  • d43a09c2 · Deactivate users instead of deleting them in syncldap command
Julian's avatar
closed issue #1 "LDAP connection error handling" at uffd / django auth plugin LDAP RemoteUser
Julian's avatar
  • 97726636 · Fix behavior if LDAP errors occur during SEARCH
Julian's avatar
commented on issue #1 "LDAP connection error handling" at uffd / django auth plugin LDAP RemoteUser

Technically we could do what LDAPSearch.execute does ourselves. This somewhat breaks abstractions, since django.conf.settings.AUTH_LDAP_USER_SEARCH...

Julian's avatar
commented on issue #2 "Reevaluate user deletion" at uffd / django auth plugin LDAP RemoteUser

I did some testing to get an idea of how User.is_active affects Postorius and Hyperkitty....

Julian's avatar
commented on issue #1 "LDAP connection error handling" at uffd / django auth plugin LDAP RemoteUser

Mass user deletion only happens, if an LDAP errors occur during the SEARCH operation in the syncldap command. This is most likely the case, because ...

Julian's avatar
opened issue #2 "Reevaluate user deletion" at uffd / django auth plugin LDAP RemoteUser
Julian's avatar
opened issue #1 "LDAP connection error handling" at uffd / django auth plugin LDAP RemoteUser