Sign inSign up

fholzer/nginx-auth-subrequest-ldap

By fholzer

Updated almost 8 years ago

Small LDAP authentication daemon for use with nginx's ngx_http_auth_request_module

Image
0

984

fholzer/nginx-auth-subrequest-ldap repository overview

nginx-auth-subrequest-ldap

This service provides LDAP authentication for nginx via the http_auth_request API.

Features

  • Authentication cache with configurable TTL
  • Bind DN template integrates with any LDAP provider/schema
  • Filter to search user on specified LDAP group

Installation

Download precompiled binary

Grab corresponding binary from releases

Build from source

go get -u github.com/akuznecov/nginx-auth-subrequest-ldap

Manually build binary
Mac OS X

GOOS=darwin GOARCH=amd64 CGO_ENABLED=0 go build

Linux x86-32

GOOS=linux GOARCH=386 CGO_ENABLED=0 go build

Linux x86-64

GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build

Running

Use SystemD or Supervisor to daemonize nginx-auth-subrequest-ldap

Check example configuration files and correct it for your own environment

Tag summary

Content type

Image

Digest

Size

4.2 MB

Last updated

almost 8 years ago

docker pull fholzer/nginx-auth-subrequest-ldap