I have some api covered by reverse proxy. I have configured basic auth with ldap AD credentials and it works like a charm. But there are some users from external organization that don't have AD account.
Is it possible to configure ldap and .htpasswd authentication at the same time? That's why I call it hybrid basic auth.
I have only tried this in nginx with satisfy operator but in nginx for ldap auth I have to compile it from sources. This is not acceptable for my client.