Perform Active Directory Export
Exports the Active Directory using an optional LDAP search filter.
Workflow inputs – Perform Active Directory Export
Call Workflow Input | Description | Required? | Default Value |
connection details | XML document conforming to the ConnectionDetails common object that contains the information required to execute a command. | Yes | n/a |
file name | The path and file name of the export file. | Yes | n/a |
domain | The name of the domain controller to perform the export. | Yes | n/a |
user name | The user name to be used for the domain login. | Yes | n/a |
password | The corresponding password for the user name specified. | Yes | n/a |
base dn | The distinguished name to be set as the search base for data export. | No | There is no default value. |
ldap filter object class | Class name of LDAP search object. For example, User. | No | There is no default value. |
server name | The domain controller to perform the export operation. | No | If a value is not specified for this input, the domain controller on which Ldifde is installed will be used. |
Workflow outputs – Perform Active Directory Export
Call Workflow Output | Description |
output | XML document consisting of one or more <line> elements that contain the command response. Each <line> element contains an index attribute indicating the order in which the information was returned by the command. |
success | Did the operation succeed?
Valid values: true, false |