Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
In part one of this series I walked through some of the configuration, Packages, and GCVs used in the Office 365 IDM driver.
In part two of this series I walked through more of the GCVs and looked at some possible values for the License entitlements.
In part three of this series I looked at the Filter and Schema Map and some more entitlement issues.
In part four of this series I looked at the configuration settings and then on to actual policies, getting through the Subscriber Event Transform policy set.
In part five of this series I worked through the Subscriber Match and Create policy sets.
In part six of this series I started in on the Subscriber Command Transform policy set.
./modify-attr[@attr-name="AlternateEmailAddresses"]/add-value
<token-text xml:space="preserve"><input><query class-name="User"</token-text>
<token-text xml:space="preserve"> dest-dn="</token-text>
<token-src-dn/>
<token-text xml:space="preserve">" scope="entry"><read-attr attr-name="Internet EMail Address"/></query></input></token-text>
<input>
<query class-name="User" dest-dn="Source DN Of object" scope="entry">
<read-attr attr-name="Internet EMail Address"/>
</query>
</input>
<nds dtdversion="4.0" ndsversion="8.x">
<source>
<product version="?.?.?.?">DirXML</product>
<contact>Novell, Inc.</contact>
</source>
<input>
<add class-name="User">
<add-attr attr-name="co">
<value type="string">us</value>
</add-attr>
<password>Testing1234</password>
</add>
</input>
</nds>
<nds dtdversion="4.0" ndsversion="8.x">
<source>
<product version="?.?.?.?">DirXML</product>
<contact>Novell, Inc.</contact>
</source>
<input>
<add class-name="User">
<add-attr attr-name="co">
<value type="string">us</value>
</add-attr>
<add-attr attr-name="Password" type="password-ref">
<value is-sensitive="true"><!-- content suppressed --></value>
</add-attr>
</add>
</input>
</nds>