mirror of
https://github.com/quantum5/nginx-krbauth.git
synced 2025-04-24 12:32:03 -04:00
Release 0.0.2
This commit is contained in:
parent
d5d69b69a7
commit
ae6fd65981
|
@ -4,7 +4,13 @@ LDAP + Kerberos authenticator for nginx's auth_request module.
|
|||
## Installation
|
||||
|
||||
```sh
|
||||
pip install git://github.com/quantum5/nginx-krbauth.git
|
||||
pip install nginx-krbauth
|
||||
```
|
||||
|
||||
If, for some reason, you want to use the latest code from git:
|
||||
|
||||
```sh
|
||||
pip install git+https://github.com/quantum5/nginx-krbauth.git
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Reference in a new issue