UAA/LDAP sample: Add support for additional roles

This commit is contained in:
Gunnar Hillert
2019-02-26 22:35:07 -10:00
parent f3b1c2b02d
commit 7aa185cb82
5 changed files with 65 additions and 16 deletions

View File

@@ -133,6 +133,34 @@ cn: create
ou: create
member: uid=marlene,ou=otherpeople,dc=springframework,dc=org
dn: cn=deploy,ou=groups,dc=springframework,dc=org
objectclass: top
objectclass: groupOfNames
cn: deploy
ou: deploy
member: uid=marlene,ou=otherpeople,dc=springframework,dc=org
dn: cn=destroy,ou=groups,dc=springframework,dc=org
objectclass: top
objectclass: groupOfNames
cn: destroy
ou: destroy
member: uid=marlene,ou=otherpeople,dc=springframework,dc=org
dn: cn=modify,ou=groups,dc=springframework,dc=org
objectclass: top
objectclass: groupOfNames
cn: modify
ou: modify
member: uid=marlene,ou=otherpeople,dc=springframework,dc=org
dn: cn=schedule,ou=groups,dc=springframework,dc=org
objectclass: top
objectclass: groupOfNames
cn: schedule
ou: schedule
member: uid=marlene,ou=otherpeople,dc=springframework,dc=org
dn: cn=manage,ou=groups,dc=springframework,dc=org
objectclass: top
objectclass: groupOfNames