File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
v1.19.x/content/docs/auth
v1.20.x/content/docs/auth Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ The root bindpass can be rotated to a Vault-generated value that is not accessib
185185This 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
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ The root bindpass can be rotated to a Vault-generated value that is not accessib
195195This 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
You can’t perform that action at this time.
0 commit comments