Password Reset
HomeIntegrityControlSolutionsManagement Center
3.1.0 Password Reset
3.1.0 Password Reset
  • THE SERVICE
    • Overview
    • About this release
      • Release notes
      • Breaking changes
    • Get started
    • Installation
      • Container
      • Linux
      • Windows
  • Modules
    • PasswordReset
      • Overview
      • Properties
      • Rules parameters
        • Minimum length
        • Maximum length
        • Uppercase
        • Lowercase
        • Special character
        • Common password
        • Number
        • Repeat password
        • Complexity
        • ❗Custom rule
    • ADResetClient
      • Overview
      • Permissions
      • Module parameters
      • ADPasswordReset valve
    • AuthN
    • Pipes
      • Reset Password
      • ADPasswordReset valve
    • Other modules
  • Operations
    • CEF logging
    • Troubleshooting
      • Extended logging
  • UI
    • Overview
    • Information box
  • On behalf of
    • Overview
    • Configuration
Powered by GitBook
On this page
  • Requirements
  • Configuration
  1. Modules
  2. Pipes

ADPasswordReset valve

Valve used in a pipe to reset password in an Active Directory.

Requirements

  • ADResetClient module added and available.

  • Distinguished name (DN) value available of the object to reset password for.

Valve name: ADPasswordReset

Configuration

Name
Description
Default value
Mandatory

destination

ADResetClient instance to use

default

unlock_user

Unlock user account

false

change_password_next_logon

User must change password at next logon

false

pwd_last_set_allowed_days

Number of days until next change is permitted. A value of 0 will skip the validation.

1

{
    "name": "ADPasswordReset",
    "config": {
        "destination": "my_client_instance",
        "unlock_user": true,
        "change_password_next_logon": true,
        "pwd_last_set_allowed_days": 0
        }
}