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.