Guest User

Untitled

a guest
Sep 8th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.61 KB | None | 0 0
  1. <objectType>
  2.          <kind>entitlement</kind>
  3.          <intent>group</intent>
  4.          <displayName>AD Group</displayName>
  5.          <default>true</default>
  6.          <objectClass>ri:CustomGroupObjectClass</objectClass>
  7.          <attribute>
  8.             <c:ref>ri:samAccountName</c:ref>
  9.             <matchingRule xmlns:mr="http://prism.evolveum.com/xml/ns/public/matching-rule-3">mr:stringIgnoreCase</matchingRule>
  10.             <tolerant>false</tolerant>
  11.             <exclusiveStrong>false</exclusiveStrong>
  12.             <inbound>
  13.                <authoritative>false</authoritative>
  14.                <exclusive>false</exclusive>
  15.                <strength>normal</strength>
  16.                <target>
  17.                   <c:path>$focus/name</c:path>
  18.                </target>
  19.             </inbound>
  20.          </attribute>
  21.          <attribute>
  22.             <c:ref>ri:description</c:ref>
  23.             <tolerant>false</tolerant>
  24.             <exclusiveStrong>false</exclusiveStrong>
  25.             <inbound>
  26.                <target>
  27.                   <c:path>$focus/description</c:path>
  28.                </target>
  29.             </inbound>
  30.          </attribute>
  31.          <attribute>
  32.             <c:ref>icfs:name</c:ref>
  33.             <tolerant>true</tolerant>
  34.             <exclusiveStrong>false</exclusiveStrong>
  35.             <inbound>
  36.                <authoritative>true</authoritative>
  37.                <exclusive>false</exclusive>
  38.                <strength>normal</strength>
  39.                <target>
  40.                   <c:path>$focus/identifier</c:path>
  41.                </target>
  42.             </inbound>
  43.          </attribute>
  44.       </objectType>
Add Comment
Please, Sign In to add comment