Advertisement
Guest User

Untitled

a guest
Feb 21st, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. cn=tenant-a,ou=groups,dc=example,dc=org
  2. objectclass: groupofnames
  3. member: uid=user-a,ou=people,dc=example,dc=org
  4. member: uid=user-b,ou=people,dc=example,dc=org
  5. member: uid=user-c,ou=people,dc=example,dc=org
  6.  
  7. cn=netadmin,cn=tenant-a,ou=groups,dc=example,dc=org
  8. objectclass: role
  9. roleoccupant: uid=user-a,ou=people,dc=example,dc=org
  10.  
  11. cn=sysadmin,cn=tenant-a,ou=groups,dc=example,dc=org
  12. objectclass: role
  13. roleoccupant: uid=user-b,ou=people,dc=example,dc=org
  14.  
  15. cn=default-tenant,cn=tenant-a,ou=groups,dc=example,dc=org
  16. objectclass: role
  17. roleoccupant: uid=user-c,ou=people,dc=example,dc=org
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement