Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 897 Bytes

File metadata and controls

22 lines (14 loc) · 897 Bytes

edap

Description

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.

Tests

  1. Go into the docker directory, execute docker-compose up -d python
  2. When everything finishes, run bash renew_ldap.sh in there.
  3. For test run bash exec_test.sh
  4. Before each test renew_ldap.sh must be run, for ldap to be clean. You are set now!

Requirements

Requires: pyldap