From d0b7362e36c85ac7871d9a0d9fde1c011d02621b Mon Sep 17 00:00:00 2001 From: Viacheslav Vasilyev Date: Wed, 31 Aug 2022 19:58:25 +0300 Subject: [PATCH] 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 --- website/content/docs/secrets/openldap.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/content/docs/secrets/openldap.mdx b/website/content/docs/secrets/openldap.mdx index f3f7c7349..2ecd20803 100644 --- a/website/content/docs/secrets/openldap.mdx +++ b/website/content/docs/secrets/openldap.mdx @@ -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`