Update README.md

This commit is contained in:
Marisa 2025-10-17 12:40:37 -04:00
parent 285a62b1ae
commit 74a6cbc515

View File

@ -691,6 +691,12 @@ We get again a "Constraint violation" error, the new password did not comply wit
\ \
Note that getting a constraint violation while trying to change a password, **does not add a pwdFailureTime attribute entry to the user**, as if we would try to do something with the user, like changing some attribute, using the wrong original password; e.g., getting these errors won't block the user. Note that getting a constraint violation while trying to change a password, **does not add a pwdFailureTime attribute entry to the user**, as if we would try to do something with the user, like changing some attribute, using the wrong original password; e.g., getting these errors won't block the user.
### <ins>_Password policy default module's options_</ins>
These are the password policy options that the openLDAP ppolicy.so module accepts by default; more complex ones can be created using .ldif files, as we did in this document, but in general these are more than sufficient.
\
`pwdAttribute` Specifies the attribute the policies who applies to. This is typically userPassword.
`pwdMinAge` How many seconds must elapse between password changes. The default is 0, or the password can be changed at any time.
## _Show Organizational Units, users, and attributes_ ## _Show Organizational Units, users, and attributes_
### <ins>_Show LDAP server directories with the data_</ins> ### <ins>_Show LDAP server directories with the data_</ins>