From 3871e845d23b7041c2d1ed783a0dacf823788be0 Mon Sep 17 00:00:00 2001 From: Marisa Date: Sun, 12 Oct 2025 14:09:04 -0400 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 39f287a..c18833f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -101,9 +101,8 @@ root@example:/# ldapadd -x -D "cn=admin,dc=example,dc=com" -w Op3nLd4p! -H ldapi adding new entry "cn=default,ou=policies,dc=example,dc=com" ``` You can change password policies like pwdMinLength, pwdMaxFailure, pwdMaxAge, etc. and all organizationalUnits (and therefore, their users) will be affected by default unless configured otherwise. -\ -\ -### _Enforcing password policies example_ + +### _Enforcing password policies example_ In order to enforce our password configuration we need something to control. This is a short example. Create the an organizationalUnit: ``` @@ -154,7 +153,7 @@ 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 rejected because we established before pwdMinLength was 8. +Password "marisakirisame" is rejected 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 ```