Skip to content

Commit c3e301e

Browse files
schavisnickfrei
andauthored
Fix command path for rotating LDAP root credentials (#876)
Co-authored-by: nickfrei <nicholas.frei@hashicorp.com>
1 parent 124124c commit c3e301e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/vault/v1.19.x/content/docs/auth/ldap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ The root bindpass can be rotated to a Vault-generated value that is not accessib
185185
This will ensure that only Vault is able to access the "root" user that Vault uses to manipulate credentials.
186186

187187
```shell-session
188-
vault write -f auth/ldap/rotate-root
188+
vault write -f auth/ldap/config/rotate-root
189189
```
190190

191191
### Schedule-based root credential rotation

content/vault/v1.20.x/content/docs/auth/ldap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ The root bindpass can be rotated to a Vault-generated value that is not accessib
195195
This will ensure that only Vault is able to access the "root" user that Vault uses to manipulate credentials.
196196

197197
```shell-session
198-
vault write -f auth/ldap/rotate-root
198+
vault write -f auth/ldap/config/rotate-root
199199
```
200200

201201
### Schedule-based root credential rotation

0 commit comments

Comments
 (0)