-
Notifications
You must be signed in to change notification settings - Fork 2
object operation ExportDelete
Ryan Newington edited this page Jun 6, 2016
·
1 revision
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
|
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.
<object-operation xsi:type="sshma:object-operation-ExportDelete">
<commands>
<command>/usr/local/bin/sudo /usr/sbin/userdel {dn:$1}</command>
</commands>
</object-operation>