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
|
## Installation
|
||||||
|
|
||||||
```sh
|
```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
|
## Usage
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.md')) as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='nginx_krbauth',
|
name='nginx_krbauth',
|
||||||
version='0.0.1',
|
version='0.0.2',
|
||||||
py_modules=['nginx_krbauth'],
|
py_modules=['nginx_krbauth'],
|
||||||
install_requires=['flask', 'gssapi', 'python-ldap'],
|
install_requires=['flask', 'gssapi', 'python-ldap'],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue