Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Activities

...

  • ClearAttribute (text box editor type) (type: string): the attribute that will be cleared/removed.
  • Entry (text box editor type) (type: string): the entry path of the Active Directory entry, or bind this parameter with the output parameter of a Get Entry activity. If the Entry Path will be manually inserted, the accepted format should be written like in the following example: "LDAP://servername.dc1.com/CN=DemoUser,OU=DemoOU,DC=dc1,DC=com"



Using Get Entry activities: get Entry activities can be used in order to extract the needed entry paths from Active Directory. The steps below are describing a scenario of how to use both Get Entry and ClearADAttributeValue activity:

...

The Edit User Account Status activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

Parameters:

  • Action (combo box control) (type: string): choose to Enable/Disable or Lock/Unlock the specified user account.
  • Attempts (text box editor type) (type: string): the number of allowed bad password attempts.
  • Entry (text box editor type) (type: string): the entry for the account, in this case the entry for an user account. The entry can be linked to a variable outputed by the GetEntry activity (for GetEntry binding usage, see the Add Computer To Group activity) or written by hand. The accepted format should be written as in the given example: "LDAP://servername.dc1.com/CN=DemoUser1,OU=Users,OU=__DEV-Testing,DC=dc1,DC=com".

...

  • Output Status (type: boolean): outputs the result status. If the operation succeeded then TRUE, otherwise FALSE.
  • Output Statusmessage (type: string): outputs the status message from the trackingdata about the change.

Execution: the activity will check the provided entry and if found, will perform the selected operation on it (enable, disable, lick, unlock):

...