-
- Downloads
make the LDAP schema configurable
Also adds a test for server.py, to verify that the program will actually start the HTTP server.
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- README.md 33 additions, 0 deletionsREADME.md
- authserv/ldap_model.py 12 additions, 10 deletionsauthserv/ldap_model.py
- authserv/server.py 24 additions, 11 deletionsauthserv/server.py
- authserv/test/__init__.py 11 additions, 10 deletionsauthserv/test/__init__.py
- authserv/test/test_auth_ldap.py 1 addition, 0 deletionsauthserv/test/test_auth_ldap.py
- authserv/test/test_integration.py 1 addition, 9 deletionsauthserv/test/test_integration.py
- authserv/test/test_server.py 41 additions, 0 deletionsauthserv/test/test_server.py
authserv/test/test_server.py
0 → 100644
Please register or sign in to comment