Guest User

OUSchemaHandling

a guest
Feb 16th, 2016
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.17 KB | None | 0 0
  1. <objectType>
  2.          <kind>generic</kind>
  3.          <intent>ou</intent>
  4.          <displayName>New object type</displayName>
  5.          <default>true</default>
  6.          <objectClass>ri:CustomorganizationalUnitObjectClass</objectClass>
  7.          <attribute>
  8.             <c:ref>icfs:name</c:ref>
  9.             <tolerant>true</tolerant>
  10.             <exclusiveStrong>false</exclusiveStrong>
  11.             <inbound>
  12.                <authoritative>true</authoritative>
  13.                <exclusive>false</exclusive>
  14.                <strength>normal</strength>
  15.                <target>
  16.                   <c:path>$focus/name</c:path>
  17.                </target>
  18.             </inbound>
  19.          </attribute>
  20.          <attribute>
  21.             <c:ref>icfs:description</c:ref>
  22.             <tolerant>true</tolerant>
  23.             <exclusiveStrong>false</exclusiveStrong>
  24.             <inbound>
  25.                <authoritative>true</authoritative>
  26.                <exclusive>false</exclusive>
  27.                <strength>normal</strength>
  28.                <target>
  29.                   <c:path>$focus/description</c:path>
  30.                </target>
  31.             </inbound>
  32.          </attribute>
  33.       </objectType>
Advertisement
Add Comment
Please, Sign In to add comment