From 9c3b2f6cc8075fc85ad95611c6dcade065926ca2 Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Fri, 6 Mar 2020 10:18:44 -0500 Subject: [PATCH] API Docs: edits to OpenLDAP secrets engine (#8490) - Fix typo - Remove trailing spaces --- website/pages/api-docs/secret/openldap/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/pages/api-docs/secret/openldap/index.mdx b/website/pages/api-docs/secret/openldap/index.mdx index 75115f41a..61ab34029 100644 --- a/website/pages/api-docs/secret/openldap/index.mdx +++ b/website/pages/api-docs/secret/openldap/index.mdx @@ -15,7 +15,7 @@ This documentation assumes the OpenLDAP secrets engine is enabled at the `/openl in Vault. Since it is possible to mount secrets engines at any path, please update your API calls accordingly. -## Configuration Management +## Configuration Management | Method | Path | | :----- | :----------------- | @@ -25,7 +25,7 @@ update your API calls accordingly. This endpoint configures the OpenLDAP secret engine to managed user entries. -Note: the OpenLDAP entry used by `config` should have the neccessary privileges +Note: the OpenLDAP entry used by `config` should have the necessary privileges to search and change entry passwords in OpenLDAP. ### Parameters @@ -180,7 +180,7 @@ $ curl \ "ttl": 86072, "username": "hashicorp" } -``` +``` ## Rotate Root Password