-
d43a09c2 · Deactivate users instead of deleting them in syncldap command
-
97726636 · Fix behavior if LDAP errors occur during SEARCH
Technically we could do what LDAPSearch.execute
does ourselves. This somewhat breaks abstractions, since django.conf.settings.AUTH_LDAP_USER_SEARCH...
I did some testing to get an idea of how User.is_active
affects Postorius and Hyperkitty....
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 ...