From 62c472399cccb09e3c97b35729a581530c8ff85c Mon Sep 17 00:00:00 2001 From: Steven Farage Date: Thu, 21 Jun 2018 13:50:02 -0400 Subject: [PATCH] Make documentation match API example (#4809) Quick and easy change to make the passwords match. --- website/source/docs/secrets/databases/mssql.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/secrets/databases/mssql.html.md b/website/source/docs/secrets/databases/mssql.html.md index 121fb197d9..349ceaf983 100644 --- a/website/source/docs/secrets/databases/mssql.html.md +++ b/website/source/docs/secrets/databases/mssql.html.md @@ -42,7 +42,7 @@ more information about setting up the database secrets engine. ``` In this case, we've configured Vault with the user "sa" and password - "Password!", connecting to an instance at "localhost" on port 1433. It is + "yourStrong(!)Password", connecting to an instance at "localhost" on port 1433. It is not necessary that Vault has the sa login, but the user must have privileges to create logins and manage processes. The fixed server roles `securityadmin` and `processadmin` are examples of built-in roles that grant