Skip to content

Commit

Permalink
Fixing samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jan 26, 2015
1 parent a11d8c6 commit ce5b75b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -269,7 +269,6 @@ object.
<attribute>
<ref>icfs:name</ref>
<displayName>Distinguished Name</displayName>
<matchingRule>mr:stringIgnoreCase</matchingRule>
<limitations>
<minOccurs>0</minOccurs>
<access>
Expand All @@ -278,6 +277,7 @@ object.
<modify>false</modify>
</access>
</limitations>
<matchingRule>mr:stringIgnoreCase</matchingRule>
<outbound>
<strength>weak</strength>
<source>
Expand Down Expand Up @@ -361,13 +361,13 @@ object.
<attribute>
<ref>ri:uid</ref>
<displayName>Login Name</displayName>
<matchingRule>mr:stringIgnoreCase</matchingRule>
<limitations>
<access>
<read>true</read>
<add>true</add>
</access>
</limitations>
<matchingRule>mr:stringIgnoreCase</matchingRule>
<outbound>
<source>
<description>Source may have description</description>
Expand Down

0 comments on commit ce5b75b

Please sign in to comment.