OpenLDAP secrets documentation, reflect some other objects may have userPassword (#8918)

* Update index.mdx

* Docs: OpenLDAP userPassword clarity

corrected grammar slightly

Co-authored-by: aphorise <aphorise@gmail.com>
This commit is contained in:
Viacheslav Vasilyev 2022-08-31 19:58:25 +03:00 committed by GitHub
parent bed027db81
commit d0b7362e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -118,10 +118,12 @@ The OpenLDAP Secret Engine supports three different schemas: `openldap` (default
#### OpenLDAP
By default the OpenLDAP Secret Engine assumes the entry password is stored in `userPassword`.
The following object classes provide `userPassword`:
There are many object classes that provide `userPassword` including for example:
- `organization`
- `organizationalUnit`
- `organizationalRole`
- `inetOrgPerson`
- `person`
- `posixAccount`