Skip to content

Commit

Permalink
Revert LDAP association representation
Browse files Browse the repository at this point in the history
It will be (again) ri:group for all types of groups.
  • Loading branch information
mederly committed Apr 2, 2019
1 parent abed488 commit 9a322a6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 30 deletions.
26 changes: 1 addition & 25 deletions demo/complex/midpoint-objects/resources/ldap-main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,35 +190,11 @@
</attribute>
<association>
<tolerant>false</tolerant>
<ref>ri:affiliationGroup</ref>
<ref>ri:group</ref>
<kind>entitlement</kind>
<intent>affiliation-group</intent>
<direction>objectToSubject</direction>
<associationAttribute>ri:uniqueMember</associationAttribute>
<valueAttribute>ri:dn</valueAttribute>
</association>
<association>
<tolerant>false</tolerant>
<ref>ri:courseGroup</ref>
<kind>entitlement</kind>
<intent>course-group</intent>
<direction>objectToSubject</direction>
<associationAttribute>ri:uniqueMember</associationAttribute>
<valueAttribute>ri:dn</valueAttribute>
</association>
<association>
<tolerant>false</tolerant>
<ref>ri:midpointGroup</ref>
<kind>entitlement</kind>
<intent>midpoint-group</intent>
<direction>objectToSubject</direction>
<associationAttribute>ri:uniqueMember</associationAttribute>
<valueAttribute>ri:dn</valueAttribute>
</association>
<association>
<tolerant>false</tolerant>
<ref>ri:genericGroup</ref>
<kind>entitlement</kind>
<intent>generic-group</intent>
<direction>objectToSubject</direction>
<associationAttribute>ri:uniqueMember</associationAttribute>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<construction>
<resourceRef oid="0a37121f-d515-4a23-9b6d-554c5ef61272" relation="org:default" type="c:ResourceType" /> <!-- OpenLDAP -->
<association>
<c:ref>ri:affiliationGroup</c:ref>
<c:ref>ri:group</c:ref>
<outbound>
<expression>
<associationFromLink>
Expand Down
2 changes: 1 addition & 1 deletion demo/complex/midpoint-objects/roles/metarole-course.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<construction>
<resourceRef oid="0a37121f-d515-4a23-9b6d-554c5ef61272" relation="org:default" type="c:ResourceType" /> <!-- OpenLDAP -->
<association>
<c:ref>ri:courseGroup</c:ref>
<c:ref>ri:group</c:ref>
<outbound>
<expression>
<associationFromLink>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<construction>
<resourceRef oid="0a37121f-d515-4a23-9b6d-554c5ef61272" relation="org:default" type="c:ResourceType" /> <!-- OpenLDAP -->
<association>
<c:ref>ri:genericGroup</c:ref>
<c:ref>ri:group</c:ref>
<outbound>
<expression>
<associationFromLink>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<construction>
<resourceRef oid="0a37121f-d515-4a23-9b6d-554c5ef61272" relation="org:default" type="c:ResourceType" /> <!-- OpenLDAP -->
<association>
<c:ref>ri:genericGroup</c:ref>
<c:ref>ri:group</c:ref>
<outbound>
<expression>
<associationFromLink>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<construction>
<resourceRef oid="0a37121f-d515-4a23-9b6d-554c5ef61272" relation="org:default" type="c:ResourceType" /> <!-- OpenLDAP for Grouper (i-data) -->
<association>
<c:ref>ri:midpointGroup</c:ref>
<c:ref>ri:group</c:ref>
<outbound>
<expression>
<associationFromLink>
Expand Down

0 comments on commit 9a322a6

Please sign in to comment.