Skip to content

object operation ImportFull

Ryan Newington edited this page Jun 6, 2016 · 1 revision

<object-operation xsi:type="sshma:object-operation-ImportFull"> element

A full import operation is called when requested from the MA by FIM. The <object-operation> element must contain one of each of the following child elements;

  • commands element
  • import-mapping element The <object-operation> element must contain the following attributes
XML Attribute Name Description Allowed Values
xsi:type The type of object-operation This value must be sshma:object-operation-ImportFull

Example

<object-operation xsi:type="sshma:object-operation-ImportFull">
    <commands>
        <command result-has-objects="true">cat /etc/passwd</command>
    </commands>
    <import-mapping>
        <object-extract><#[[CDATA[[^(?<accountName>.*?):(?<pwd>.*?):(?<uid>.*?):(?<gid>.*?)((:(?<comment>.*?),(?<personId>.*?):)|(:(?<comment>.*?):))(?<homeDirectory>.*?):(?<shell>.*?)$]]]]></object-extract>
        <object-filters>
            <object-filter attribute="accountName" operator="Equals">svc-fim</object-filter>
        </object-filters>
    </import-mapping>
</object-operation>
Clone this wiki locally