kvspb / nginx-auth-ldap

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

add this into docker container? #243

Open BurninTurtles opened 3 years ago

BurninTurtles commented 3 years ago

Wondering if anyone has had any luck using the prebuolt images of nginx that include this? Maybe you could share a guide or play-by-play?

I'm about to give this a shot: https://github.com/nginxinc/docker-nginx/issues/226#issuecomment-364897691

mmguero commented 2 years ago

FWIW I use nginx with this plugin (although I'm using my fork which has some fixes in it, see kvspb/nginx-auth-ldap#237) in docker, here's my configuration.

JonasAlfredsson commented 1 year ago

I created this for work which we use: https://github.com/AxisCommunications/docker-nginx-ldap It is based on the official images with basically no changes except this module.