Update INSTALL.md

This commit is contained in:
Marisa 2025-11-04 05:08:13 -05:00
parent db30192e9c
commit e725336313

View File

@ -154,8 +154,8 @@ root@example:/# ldappasswd -x -w qwerty -H ldapi:/// -D "uid=marisa,ou=Supergirl
Result: Constraint violation (19)
Additional info: Password fails quality checking policy
```
Password "marisakirisame" is rejected because we established before pwdMinLength was 8.
Password "marisakirisame" is accepted because we established before pwdMinLength was 8.
```
root@example:/# ldappasswd -x -w qwerty -H ldapi:/// -D "uid=marisa,ou=Supergirls,dc=example,dc=com" -s kirisame
```
"kirisame" is accepted because it's within 8 length characters.
"kirisame" is rejected because it's only 8 length characters.