Skip to content

Commit

Permalink
Fixing sample validity
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Aug 4, 2015
1 parent ead4dd7 commit 67d6605
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions samples/resources/ad/ad-resource-groups-medusa-advanced.xml
Expand Up @@ -100,14 +100,13 @@
<ref>ri:sn</ref>
<displayName>Surname</displayName>
<limitations>
<minOccurs>0</minOccurs>
<access>
<read>true</read>
<add>true</add>
<modify>true</modify>
</access>
</limitations>

<minOccurs>0</minOccurs>
<access>
<read>true</read>
<add>true</add>
<modify>true</modify>
</access>
</limitations>
<outbound>
<source>
<path>$user/familyName</path>
Expand Down Expand Up @@ -142,12 +141,10 @@
<attribute>
<ref>icfs:name</ref>
<displayName>Distinguished Name</displayName>
<matchingRule>mr:stringIgnoreCase</matchingRule>

<limitations>
<minOccurs>0</minOccurs>
</limitations>

</limitations>
<matchingRule>mr:stringIgnoreCase</matchingRule>
<outbound>
<source>
<path>$user/givenName</path>
Expand Down

0 comments on commit 67d6605

Please sign in to comment.