Update INSTALL.md

This commit is contained in:
Marisa 2025-10-17 13:20:31 -04:00
parent 07ed4c9361
commit 7b3777d40a

View File

@ -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 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" 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.
### _<ins>Enforcing password policies example</ins>_ ### _<ins>Enforcing password policies example</ins>_
In order to enforce our password configuration we need something to control. This is a short example. In order to enforce our password configuration we need something to control. This is a short example.