slightly patched fork of LDAP authentication module for nginx
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nginx-auth-ldap/README.md

28 lines
388 B

# How to install
12 years ago
## FreeBSD
12 years ago
```bash
cd /usr/ports/www/nginx && make config install clean
12 years ago
```
Check HTTP_AUTH_LDAP options
12 years ago
```
[*] HTTP_AUTH_LDAP 3rd party http_auth_ldap module
12 years ago
```
## Linux
12 years ago
```bash
12 years ago
cd ~ && git clone https://github.com/kvspb/nginx-auth-ldap.git
12 years ago
```
in nginx source folder
```bash
./configure --add-module=path_to_http_auth_ldap_module
make install
```