ChangeUserPassword
ChangeUserPassword
Changes the password for a user. For administrative-level password reset funtionality, use the 'Reset User Password' activity.
Properties
UserPath
Type: System.String
Specifies, through the 'Select User' dialog, the LDAP or WinNT path to the user. This parameter is ignored if 'Input User' is supplied.
UserName
Type: System.String
Specifies the CN (common name) of the user. You must also specify 'User Domain'. This parameter is ignored if 'Input User' or 'User Path' is supplied.
UserDomain
Type: System.String
Specifies the DNS name of the domain to retrieve the user. You must also specify 'User Name'. This parameter is ignored if 'Input User' or 'User Path' is supplied.
NewPassword
Type: System.Object
Specifies the new domain password for the user. You can enter the password or supply it by binding to the output of the 'Create Random Password' activity.
OldPassword
Type: System.Object
Specifies the domain password to be changed.
InputUser
Type: System.Object
Specifies the .Net DirectoryEntry object for the user. This parameter takes precedence over the path and domain/name parameters.
OutputUser
Type: Citrix.WorkflowStudio.ActivityLibrary.ActiveDirectory.DirectoryObject
Contains the .Net DirectoryEntry object for the user. This is a read-only output parameter.
Add Comment