Skip to content

object operation ExportDelete

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

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

An export delete operation is called when an object deletion is provided from FIM to the MA.

The <object-operation> element must contain the following child element;

  • commands 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-ExportDelete

Allowed Declarations

During an export delete operation, only the following value declarations can be used

  • {dn}

Warning: During an export delete operation, only the object's DN is provided by FIM to the MA. Do not use any other attributes in the value declaration.

Example

<object-operation xsi:type="sshma:object-operation-ExportDelete">
    <commands>
        <command>/usr/local/bin/sudo /usr/sbin/userdel {dn:$1}</command>
    </commands>
</object-operation>
Clone this wiki locally