Update README.md

This commit is contained in:
Marisa 2025-10-07 15:01:26 -04:00
parent 7ad835a698
commit 2116858ee3

View File

@ -664,6 +664,8 @@ root@example:/# # ldappasswd -x -H ldap:/// -D "uid=reimu,ou=Supergirls,dc=examp
Result: Constraint violation (19) Result: Constraint violation (19)
``` ```
We get an "Constraint violation" error, meaning the new password did not comply with the minimum requirements, and since we setup the pwdPolicyQuality to 2, it got rejected. We get an "Constraint violation" error, meaning the new password did not comply with the minimum requirements, and since we setup the pwdPolicyQuality to 2, it got rejected.
\
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.
## _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>