diff --git a/README.md b/README.md index d11c09a..fec921a 100644 --- a/README.md +++ b/README.md @@ -691,6 +691,12 @@ We get again a "Constraint violation" error, the new password did not comply wit \ Note that getting a constraint violation while trying to change a password, **does not add a pwdFailureTime attribute entry to the user**, as if we would try to do something with the user, like changing some attribute, using the wrong original password; e.g., getting these errors won't block the user. +### _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. + ## _Show Organizational Units, users, and attributes_ ### _Show LDAP server directories with the data_