From 9fa343af1ed1e5e17a9dd0e350c895585720e45e Mon Sep 17 00:00:00 2001 From: Marisa Date: Fri, 17 Oct 2025 12:45:52 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fec921a..bbfb2ac 100644 --- a/README.md +++ b/README.md @@ -694,8 +694,10 @@ Note that getting a constraint violation while trying to change a password, **do ### _Password policy default module's options_ These are the password policy options that the openLDAP ppolicy.so module accepts by default; more complex ones can be created using .ldif files, as we did in this document, but in general these are more than sufficient. \ -`pwdAttribute` Specifies the attribute the policies who applies to. This is typically userPassword. -`pwdMinAge` How many seconds must elapse between password changes. The default is 0, or the password can be changed at any time. +`pwdAttribute` Specifies the attribute the policies who applies to. This is typically userPassword.\ +`pwdMinAge` How many seconds must pass between a password change. The default is 0, so the password can be changed at any time.\ +`pwdMaxAge` How long in seconds since the last password change a password is allowed; this is used for password expiration periods. The default is passwords never expire.\ + ## _Show Organizational Units, users, and attributes_