From e7253363134c69101fc1f9efc29f5142b7aba9ae Mon Sep 17 00:00:00 2001 From: Marisa Date: Tue, 4 Nov 2025 05:08:13 -0500 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.