How does Netwrix Password Reset (PEN) work?
Note: This only includes the main function algorithm; advanced features are not included.
- LDAP query is used to determine the Maximum Password Age for the domain.
- A list of users is also determined via LDAP query.
- First user from the list is processed.
- The
pwdLastSetattribute value is determined for this user. - The number of days before the password expires in is determined based on the Maximum Password Age as well as the value of
pwdLastSet. - PEN checks whether the user matches the conditions specified in the settings (e.g. list of users whose password expires in xx days, notification options and advanced settings).
- If the user matches the conditions then it is added to the report, if not, then the next user in the list is processed.