Update README.md
This commit is contained in:
parent
74a6cbc515
commit
9fa343af1e
@ -694,8 +694,10 @@ Note that getting a constraint violation while trying to change a password, **do
|
|||||||
### <ins>_Password policy default module's options_</ins>
|
### <ins>_Password policy default module's options_</ins>
|
||||||
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.
|
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.
|
`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.
|
`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_
|
## _Show Organizational Units, users, and attributes_
|
||||||
|
Loading…
Reference in New Issue
Block a user