Wiki

Clone wiki

OMS-core / LDAP structure

WIP

Structure

The database for storing user data will be LDAP. The baseDN will be dc=aegee, dc=org. The following structure will be build in LDAP for the storage of data:

  • dc=aegee, dc=org
    • ou=people
      • uid=dasha.shcherbyna
        • bodycode=KYI
      • uid=fabrizio.bellicano
        • bodycode=ITC
        • bodycode=GEN
    • ou=antennae
      • bodycode=ATH
      • bodycode=ENS
      • bodycode=KYI
    • ou=bodies
      • bodycode=ITC
      • bodycode=PRC
      • bodycode=HRC

Updated