...
The Connect to eDirectory activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Ldap Host (text box editor type) (type: string): the eDirectory Ldap Host. Can be inserted the Novell server IP or Name (in the screenshot above can be seen the IP: 10.201.0.27).
- Ldap Port (text box editor type) (type: Int32): the eDirectory port, in this case the LDAP assigned port (389).
- Login DN (text box editor type) (type: string): the login DN used for connecting to eDirectoryDN (Distinguished Name) of the user which will connect to Novell (e.g. cn=Admin, ou=Administrators,o=users, where Admin is the username).
- 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 for the connection. (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.
Execution: the activity will try to established a connection to the given Novell server. If succeeded, True will be outputted:
Disconnect from eDirectory
...
The Disconnect from eDirectory activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: object): the eDirectory Connection. The output parameter from Connect To eDirectory activity should be used as Input here.
...