mirror of
https://github.com/laurivosandi/certidude
synced 2025-09-07 22:20:56 +00:00
Complete overhaul
* Switch to Python 2.x due to lack of decent LDAP support in Python 3.x * Add LDAP backend for authentication/authorization * Add PAM backend for authentication * Add getent backend for authorization * Add preliminary CSRF protection * Update icons * Update push server documentation, use nchan from now on * Add P12 bundle generation * Add thin wrapper around Python's SQL connectors * Enable mailing subsystem * Add Kerberos TGT renewal cronjob * Add HTTPS server setup commands for nginx
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
cffi==1.2.1
|
||||
click==5.1
|
||||
configparser==3.3.0r2
|
||||
cryptography==1.0
|
||||
falcon==0.3.0
|
||||
future=0.15.2
|
||||
humanize==0.5.1
|
||||
idna==2.0
|
||||
ipaddress==1.0.16
|
||||
ipsecparse==0.1.0
|
||||
Jinja2==2.8
|
||||
ldap3==0.9.8.8
|
||||
Markdown==2.6.5
|
||||
MarkupSafe==0.23
|
||||
pyasn1==0.1.8
|
||||
pycountry==1.14
|
||||
pycparser==2.14
|
||||
pycrypto==2.6.1
|
||||
pykerberos==1.1.8
|
||||
pyOpenSSL==0.15.1
|
||||
python-ldap==2.4.10
|
||||
python-mimeparse==0.1.4
|
||||
requests==2.2.1
|
||||
setproctitle==1.1.9
|
||||
|
Reference in New Issue
Block a user