OUD Gurus.
I am running into a problem wherein, 'm adding groups for various apps, and it is adding up.
ou=groups,dc=some,dc=company
+ cn=app1_role1
+ cn=app1_role2
+ cn=app1_role3
...
+ cn=app2_role1
...
Is there a way to group roles by apps?
eg;
ou=groups,dc=some,dc=company
cn=app1
+ cn=role1
+ cn=role2
+ cn=role3
...
cn=app2
+ cn=role1
...
Also, how can I limit the databases mapped to each group, so that (say) all users mapped to "cn=role1,cn=app1" has access to only a limited set of databases?
Thanks in advance for your suggestions
aBBy