...
- Connect to eDirectory
- Disconnect from eDirectory
- Add User to Group
- Change User Password
- Create Computer
- Create Group
- Create User
- Delete Entry
- Edit Entry
- Remove User from Group
...
The Add User to Group activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- userDN (text box editor type) (type: string): the the entry path of the computer or bind this parameter with the output parameter of a Get Entry activity the user DN from eDirectory.
- groupDN (text box editor type) (type: string): the the LDAP path for the group bind this parameter with the output parameter of a Get Entry activity the group DN from eDirectory.
Change User Password
This activity changes the password of a user account.
...
The Change User Password activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Entry userDN (text box editor type) (type: string): the entry path or bind this parameter with the output parameter of a Get Entry activityuser DN from eDirectory.
- Password (password editor type) (type: string): the password for the provided username.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password. (This parameter is used only when the user wants to send an encrypted password from outside the task, for example Flowster Studio Portal).
As mentioned above, the values for all the required parameters can be provided by IN arguments/variables or inserted through the inline / extended editor. Below is an example of predefined arguments, ready to be used by the Change User Password activity:
Create Computer
This activity creates a new entry of class 'Computer' in Active Directoryin eDirectory.
Activity Parameters
The Create Computer activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Attributes (text box editor type) (type: string): enter computer specific Attributes for the new created computer.
- CN String (text box editor type) (type: string): the CN String value of the place where the computer will be created. For Example: 'CN=TEST'.
- CSV Attributes Container DN (text box editor type) (type: string): overrides the 'Attributes' parameter. The values must be entered with the format: "Attribute1Name,Attribute1Value;Attribute2Name,Attribute2Value".
- Parent Entry (text box editor type) (type: string): the parent entry for the new created computer.
- sAMAccountName (text box editor type) (type: string): the sAMAccountName for the new parent container for the new created computer.
The Read Only Output variable are the possible output values that the activity will provide:
- Entry PathEntry DN (type: string): outputs the path of DN of the new created computer.
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Create Computer activity:
...
/variables or inserted through the inline / extended editor.
Create Group
This activity creates a new entry of class 'Group' in Active Directoryin eDirectory.
Activity Parameters
The Create Group activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
...
Parameters:
- CN String (text box editor type) (type: string): the CN the CN String value of the place where the group will be created. For Example: 'CN=TEST'.
- CSV Attributes Container DN (text box editor type) (type: string): overrides the 'Attributes' parameter. The values must be entered with the format: "Attribute1Name,Attribute1Value;Attribute2Name,Attribute2Value".
- Group Type (combo box control) (type: string): choose the type of the group you want to create.
- Parent Entry (text box editor type) (type: string): the parent entry for the parent container for the new created group.
- sAMAccountName (text box editor type) (type: string): the sAMAccountName for the new group.
The Read Only Output variable are the possible output values that the activity will provide:
- Entry PathEntry DN (type: string): outputs the path of outputs the DN of the new created group.
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined variables, ready to be used by the Create Group activity:/variables or inserted through the inline / extended editor.
Create User
This activity creates a new entry of class 'User' in Active Directoryin eDirectory.
Activity Parameters
The Create User activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Attributes (text box editor type) (type: string): enter user specific Attributes for the new created group.
- CN String (text box editor type) (type: string): the CN String value of the place where the user will be created. For Example: 'CN=TEST'.
- CSV Attributes Container DN (text box editor type) (type: string): overrides the 'Attributes' parameter. The values must be entered with the format: "Attribute1Name,Attribute1Value;Attribute2Name,Attribute2Value".Parent Entry the parent entry for the new created user.
- Given Name (text box editor type) (type: string): the first name of the new created user.
- Mail (text box editor type) (type: string): the parent entry for the mail attribute of the new created user.
- Password (text box editor type) (type: string): the password for the User.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for the User. (This parameter is used only when the user wants to send an encripted password from outside the task, for example Flowster Portal)
- sAMAccountName sn (text box editor type) (type: string): the last name of the new created user.
- Telephone number (text box editor type) (type: string): the sAMAccountName the telephone number attribute for the new created user.
The Read Only Output variable are the possible output values that the activity will provide:
- Entry PathEntry DN (type: string): outputs the path of DN of the new created user.
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Create User activity:/variables or inserted through the inline / extended editor.
Delete Entry
This activity deletes specified entry from Active Directoryfrom eDirectory.
Activity Parameters
The Delete Entry activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Entry Entry DN (combo text box controleditor type) (type: string): the entry path or bind this parameter with the output parameter of a Get Entry activity.
...
- DN of the eDirectory object that will be deleted.
As mentioned above, the values for all the required parameters can be provided by IN arguments/variables or inserted through the inline / extended editor. Below is an example of predefined arguments, ready to be used by the Delete Entry activity:
Edit Entry
This activity edits specified attribute values of a specified input entry.
...
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Edit Entry activity:
Get Entry Attributes
This activity gets specified entry and retrieves a collection containing the attributes and their corresponding values.
...
- : outputs a collection of Groups and their AD paths.To use the elements of the collection, use Get Element From Collection activity.
- Output Rows Count: output Rows Count.
- Selected Attribute Multiple Output: outputs a collection of values of the specified 'Selected Attribute' parameter.To use the elements of the collection, use Get Element From Collection activity.
- Selected Attribute Single Output: outputs a single value (first) of the specified 'Selected Attribute' parameter.
Remove User from Group
This activity removes specified user from specified group.
...
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Remove User from Group activity: