-
Notifications
You must be signed in to change notification settings - Fork 0
About Glim. LDAP Tree
Miguel Cabrerizo edited this page Sep 15, 2022
·
1 revision
When I search entries in our LDAP tree, the following diagram shows how Glim works.
graph TD;
A[dc=example.dc=org]-->B[ou=Users,dc=example,dc=org];
A[dc=example.dc=org]-->C[ou=Groups,dc=example,dc=org];
B[ou=Users,dc=example.dc=org]-->D[uid=glim,ou=Users,dc=example,dc=org];
C[ou=Groups,dc=example.dc=org]-->E[cn=Developers,ou=Groups,dc=example,dc=org];
E[cn=Developers,ou=Groups,dc=example,dc=org]--member-->D[uid=glim,ou=Users,dc=example,dc=org];
style A fill:#f60
style C fill:#008B8B
style E fill:#008B8B
style B fill:#060
style D fill:#060
Users will be shown as entries under organization unit ou=Users.
Groups will be shown as entries under organization unit ou=Groups.
The Glim Project - 2022