SHOW:
|
|
- or go back to the newest paste.
1 | cn=tenant-a,ou=groups,dc=example,dc=org | |
2 | objectclass: groupofnames | |
3 | objectclass: posixgroup | |
4 | posixgid: 500 | |
5 | member: uid=user-a,ou=people,dc=example,dc=org | |
6 | member: uid=user-b,ou=people,dc=example,dc=org | |
7 | member: uid=user-c,ou=people,dc=example,dc=org | |
8 | ||
9 | cn=netadmin,cn=tenant-a,ou=groups,dc=example,dc=org | |
10 | objectclass: role | |
11 | roleoccupant: uid=user-a,ou=people,dc=example,dc=org | |
12 | ||
13 | cn=sysadmin,cn=tenant-a,ou=groups,dc=example,dc=org | |
14 | objectclass: role | |
15 | roleoccupant: uid=user-b,ou=people,dc=example,dc=org | |
16 | ||
17 | cn=default-tenant,cn=tenant-a,ou=groups,dc=example,dc=org | |
18 | objectclass: role | |
19 | roleoccupant: uid=user-c,ou=people,dc=example,dc=org |