kvspb / nginx-auth-ldap

LDAP authentication module for nginx
BSD 2-Clause "Simplified" License
735 stars 252 forks source link

Check cache for all configured servers for this location (cf #201) #219

Closed landryb closed 5 years ago

landryb commented 5 years ago

This fixes the annoying error messages in logs when the user looked for doesnt exist in the primary ldap but in a secondary ldap - just check for username in the cache for all ldap servers configured for the current location.