ChangePassword
Changes the password of the current user. Requires the current password for authentication. Use ResetPassword for administrator-level password resets. The User in the connection settings must be a valid DN, and the connection must use SSL for security.
Input
| Name | Type | Description |
| NewPassword | String | Specifies the new password to be set for the user identified by their Distinguished Name (DN). Ensure the new password complies with the LDAP server's password policies. |
| PasswordAttribute | String | Defines the specific password attribute used by your LDAP server for password updates. For example, Active Directory typically uses 'unicodePwd', while other LDAP servers may require 'userPassword'.
The default value is unicodePwd. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the password update operation was successfully completed on the LDAP server. |