From 631b6410418ad188c6ecd5b35b76a8fe7ed3e7d5 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sat, 10 Feb 2024 15:55:47 +0100 Subject: [PATCH] fix(docs): linting of ldap config Signed-off-by: Tilman Vatteroth --- docs/content/references/config/auth/ldap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/references/config/auth/ldap.md b/docs/content/references/config/auth/ldap.md index db3da2ae0..9b989deac 100644 --- a/docs/content/references/config/auth/ldap.md +++ b/docs/content/references/config/auth/ldap.md @@ -9,7 +9,7 @@ For example if you named your LDAP server `MY_LDAP` all variables for this serve will start with `HD_AUTH_LDAP_MY_LDAP`. | environment variable | default | example | description | -| ------------------------------------------ | -------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | +|--------------------------------------------|----------------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------| | `HD_AUTH_LDAPS` | - | `MY_LDAP` | A comma-seperated list of names of LDAP servers HedgeDoc should use. | | `HD_AUTH_LDAP_$NAME_PROVIDER_NAME` | `LDAP` | `My LDAP` | The display name for the LDAP server, that is shown in the UI of HegdeDoc. | | `HD_AUTH_LDAP_$NAME_URL` | - | `ldaps://ldap.example.com` | The url with which the LDAP server can be accessed. | @@ -21,4 +21,4 @@ will start with `HD_AUTH_LDAP_MY_LDAP`. | `HD_AUTH_LDAP_$NAME_PROFILE_PICTURE_FIELD` | `jpegPhoto` | `jpegPhoto`, `thumbnailPhoto` | The attribute of the user account which should be used as the user image for the user. | | `HD_AUTH_LDAP_$NAME_BIND_DN` | - | `cn=admin,dc=LDAP,dc=example,dc=com` | The dn which is used to perform the user search. If this is omitted then HedgeDoc will use an anonymous bind. | | `HD_AUTH_LDAP_$NAME_BIND_CREDENTIALS` | - | `MyLdapPassword` | The credential to access the LDAP server. | -| `HD_AUTH_LDAP_$NAME_TLS_CERT_PATHS` | - | `LDAP-ca.pem` | A comma-seperated list of paths to TLS certificates for the LDAP server. +| `HD_AUTH_LDAP_$NAME_TLS_CERT_PATHS` | - | `LDAP-ca.pem` | A comma-seperated list of paths to TLS certificates for the LDAP server. |