API Docs: edits to OpenLDAP secrets engine (#8490)
- Fix typo - Remove trailing spaces
This commit is contained in:
parent
5481ffe13b
commit
9c3b2f6cc8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue