diff --git a/INSTALL.md b/INSTALL.md index 7bfe0de..d4405fa 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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.