Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/vault/v1.19.x/content/docs/auth/ldap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ The root bindpass can be rotated to a Vault-generated value that is not accessib
This will ensure that only Vault is able to access the "root" user that Vault uses to manipulate credentials.

```shell-session
vault write -f auth/ldap/rotate-root
vault write -f auth/ldap/config/rotate-root
```

### Schedule-based root credential rotation
Expand Down
2 changes: 1 addition & 1 deletion content/vault/v1.20.x/content/docs/auth/ldap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ The root bindpass can be rotated to a Vault-generated value that is not accessib
This will ensure that only Vault is able to access the "root" user that Vault uses to manipulate credentials.

```shell-session
vault write -f auth/ldap/rotate-root
vault write -f auth/ldap/config/rotate-root
```

### Schedule-based root credential rotation
Expand Down
Loading