Skip to content

Commit

Permalink
update to set eduPersonEntitlements
Browse files Browse the repository at this point in the history
  • Loading branch information
jj committed Sep 14, 2021
1 parent 9e11bdb commit 4d27173
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions testbed/authentication/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
COMPOSE_PROJECT_NAME=shibui-test
2 changes: 2 additions & 0 deletions testbed/authentication/directory/999_users.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ businessCategory:Law
userPassword: password
eduPersonAffiliation: member
eduPersonAffiliation: student
eduPersonEntitlement: ROLE_ADMIN

dn: uid=whenderson,ou=People,dc=unicon,dc=local
objectClass: organizationalPerson
Expand All @@ -65,6 +66,7 @@ mail: whenderson@unicon.local
businessCategory:Advising
userPassword: password
eduPersonAffiliation: community
eduPersonEntitlement: ROLE_USER

dn: uid=ddavis,ou=People,dc=unicon,dc=local
objectClass: organizationalPerson
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
<AttributeRule attributeID="mail">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="eduPersonEntitlement">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
</AttributeFilterPolicy>

<!-- Attribute release for all InCommon SPs -->
Expand Down

0 comments on commit 4d27173

Please sign in to comment.