himmelblau-idm / himmelblau

Azure Entra ID Authentication, with PAM and NSS modules.
GNU General Public License v3.0
25 stars 3 forks source link

Only remove cached user if it doesn't exist #129

Closed dmulder closed 2 months ago

dmulder commented 2 months ago

The ONLY time we should delete a user from the cache is if we have a confirmed response from Azure that the user does not exist. Otherwise it should remain cached.

Fixes #

Checklist