From 7b3777d40afa9377e114532b6d124593cadd65ae Mon Sep 17 00:00:00 2001 From: Marisa Date: Fri, 17 Oct 2025 13:20:31 -0400 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 0919e1f..7bfe0de 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -100,7 +100,8 @@ EOF root@example:/# ldapadd -x -D "cn=admin,dc=example,dc=com" -w Op3nLd4p! -H ldapi:/// -f passwd_ppolicy_overlay.ldif 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. +You can change password policies like pwdMinLength, pwdMaxFailure, pwdMaxAge, etc. and all organizationalUnits (and therefore, their users) will be affected by default using this *default ppolicy overlay*. +Refer to https://git.ozymandias.work/okasion/ldapdock/src/branch/main/README.md#ins_password-policy-default-modules-options_ins for a list of all password policies available by default. ### _Enforcing password policies example_ In order to enforce our password configuration we need something to control. This is a short example.