From d1b0d6efb36720940b75a5ee9a32392395913c6c Mon Sep 17 00:00:00 2001 From: Jon Benson Date: Thu, 29 Mar 2018 13:51:13 -0700 Subject: [PATCH] Update mfa-totp.html.md (#4220) --- website/source/docs/enterprise/mfa/mfa-totp.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/enterprise/mfa/mfa-totp.html.md b/website/source/docs/enterprise/mfa/mfa-totp.html.md index 1b403085a..4f7699980 100644 --- a/website/source/docs/enterprise/mfa/mfa-totp.html.md +++ b/website/source/docs/enterprise/mfa/mfa-totp.html.md @@ -65,7 +65,7 @@ authenticate against it: ```text $ vault write auth/userpass/users/testuser \ password=testpassword \ - policies=duo-policy + policies=totp-policy ``` 1. Create a login token: @@ -80,7 +80,7 @@ authenticate against it: token_accessor a91d97f4-1c7d-6af3-e4bf-971f74f9fab9 token_duration 768h token_renewable true - token_policies [default duo-policy] + token_policies [default totp-policy] token_meta_username "testuser" ``` @@ -109,7 +109,7 @@ authenticate against it: num_uses 0 orphan true path auth/userpass/login/testuser - policies [default duo-policy] + policies [default totp-policy] renewable true ttl 2764623 ```