EDAP stands for Enterprisey Directory Access Protocol. EDAP is just a LDAP wrapper - it provides higher-level LDAP interface for organizations that have multi-dimensional subdivision layout.
For example, they may be organized by countries, projects, divisions, etc. and an org member may belong to more of those subdivisions. Bob may belong to German Operations and work in the Wildlife project, and Alice may be Polish Develpment and Publishing, not working on any project.
This project aims to make the user/group management and import/export operations easy.
- Go into the
docker
directory, executedocker-compose up -d python
- When everything finishes, run
bash renew_ldap.sh
in there. - For test run
bash exec_test.sh
- Before each test
renew_ldap.sh
must be run, for ldap to be clean. You are set now!
Requires: pyldap