Skip to content
Snippets Groups Projects
  • Julian's avatar
    97726636
    Fix behavior if LDAP errors occur during SEARCH · 97726636
    Julian authored
    LDAP errors were previously misinterpreted as empty set of results, causing
    mass-deletion of all user accounts. This works around the issue, but limits the
    allowed type of AUTH_LDAP_USER_SEARCH_ALL_NAME to LDAPSearch.
    
    Fixes #1
    97726636
    History
    Fix behavior if LDAP errors occur during SEARCH
    Julian authored
    LDAP errors were previously misinterpreted as empty set of results, causing
    mass-deletion of all user accounts. This works around the issue, but limits the
    allowed type of AUTH_LDAP_USER_SEARCH_ALL_NAME to LDAPSearch.
    
    Fixes #1