зеркало из https://github.com/mozilla/moz-ldap.git
d295b555bc
fix the docs URL |
||
---|---|---|
bin | ||
docs | ||
migrations | ||
mozldap | ||
puppet | ||
requirements | ||
vendor@3105e447ee | ||
vendor-local | ||
wsgi | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
MANIFEST.in | ||
README.md | ||
Vagrantfile | ||
manage.py | ||
setup.py | ||
vagrantconfig.yaml | ||
vagrantconfig_local.yaml-dist |
README.md
MozLDAP
This app aims to wrap the Mozilla LDAP so you can ask simple questions about users in LDAP by a straight forwards RESTful API.
License
MPL2
Running tests
You need to force a new DB every time since we're using sqlite's
:memory:
.
FORCE_DB=1 python manage.py test