Note that there are some explanatory texts on larger screens.

plurals
  1. POwhat LDAP setup to use for multi level security model
    primarykey
    data
    text
    <p>I'm new to LDAP and trying to find the best setup for implementing a multi level security model. I need LDAP because there are several applications that are used by the same users and I want to centralize user management.</p> <p>With multi level security model I mean the following. I have companies, projects, users and roles.</p> <p>I want to assign roles to each combination of company, project and user. So the combination companyA, projectA and userA has RoleA but the combination companyA, projectB and userA has not.</p> <p>I need to be able to do an ldap search for a user which returns 'records' with each combination company, project and role that applies.</p> <p>I know that I create create a 'object tree' in an ldap server which e.g. is setup like this</p> <pre><code>companyA | +---- project A | | | +----- roleA | | | +---- (attribute) member=userA | +---- (attribute) member=userB | +---- project B | +----- roleB | +---- (attribute) member=userA +---- (attribute) member=userB </code></pre> <p>but this will contain a lot of duplication of objects which seems inefficient to me.</p> <p>I'd rather have 4 'lists' of data, companies, projects, roles and users and another list which contains combinations of these entries. Having more experience with relational databases, this feels more logical. But I'm aware that this setup is not logical at all in an ldap environment.</p> <p>I read about ldap being able to provide access control. Using ACI's (access control instructions) it is possible to give certain users access to certain objects. Maybe this can be utilized in some manner to provide what I need?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload