Hello,
This is going to be a mix of two problems that are sort of linked.
We use pools to both provide an easy way to manage access and to sort our virtual machines.
Let's say we got the following tree :
And the groups "General Admins", "Ldaps Admins", "Ldaps Prod Admins", "Ldaps Prod Admins", "DNS Admins", etc.
We would like for example the group "Ldaps Admins" to have access to pool LDAP and it's...
Read more
This is going to be a mix of two problems that are sort of linked.
We use pools to both provide an easy way to manage access and to sort our virtual machines.
Let's say we got the following tree :
Code:
INFRA
|- DNS
|- LDAP
| |- PROD
| |- PREPROD
| |- TEST
We would like for example the group "Ldaps Admins" to have access to pool LDAP and it's...
Read more