Skip to content

Commit

Permalink
Adding AD lifetime period of an old password note to Vault LDAP secre…
Browse files Browse the repository at this point in the history
…ts Engine API Documentation (#28429)

* adding_OldPasswordAllowedPeriod_waring

* Updated note for AD password

* Update website/content/api-docs/secret/ldap.mdx

Co-authored-by: Sarah Chavis <[email protected]>

---------

Co-authored-by: Equus quagga <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
  • Loading branch information
3 people committed Sep 19, 2024
1 parent 2e6944d commit 17664bc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/content/api-docs/secret/ldap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,18 @@ The `static-role` endpoint configures Vault to manage the passwords of existing
| `POST` | `/ldap/static-role/:role_name` |
| `DELETE` | `/ldap/static-role/:role_name` |

<Note>

Windows Servers hosting Active Directory include a
`lifetime period of an old password` configuration setting that lets clients
authenticate with old passwords for a specified amount of time.

For more information, refer to the
[NTLM network authentication behavior](https://learn.microsoft.com/en-us/troubleshoot/windows-server/windows-security new-setting-modifies-ntlm-network-authentication)
guide by Microsoft.

</Note>

### Parameters

- `role_name` `(string: <required>)` – URL parameter specifying the name of the
Expand Down

0 comments on commit 17664bc

Please sign in to comment.