API Docs: edits to OpenLDAP secrets engine (#8490)

- Fix typo
- Remove trailing spaces
This commit is contained in:
Brian Shumate 2020-03-06 10:18:44 -05:00 committed by GitHub
parent 5481ffe13b
commit 9c3b2f6cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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