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:
parent
bed027db81
commit
d0b7362e36
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue