summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorneopostmodern2017-01-09 12:49:23 +0100
committerneopostmodern2017-01-09 12:49:23 +0100
commitff545b268871be7b6552638427a59a9a6eac5dd1 (patch)
tree3324acedf1e0d70ee82c40381e04ef097a0d50a7 /README.md
parentb13635aac9d42996d0ac9b9b7dcbdf94102c7abe (diff)
Allow displaying LDAP provider name on sign-in modal
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7040aeb3..4717ca7c 100644
--- a/README.md
+++ b/README.md
@@ -148,6 +148,7 @@ Environment variables (will overwrite other server configs)
| HMD_LDAP_SEARCHFILTER | (uid={{username}}) | LDAP filter to search with |
| HMD_LDAP_SEARCHATTRIBUTES | no example | LDAP attributes to search with |
| HMD_LDAP_TLS_CA | no example | Root CA for LDAP TLS in PEM format |
+| HMD_LDAP_PROVIDERNAME | My institution | Optional name to be displayed at login form indicating the LDAP provider |
| HMD_IMGUR_CLIENTID | no example | Imgur API client id |
| HMD_EMAIL | `true` or `false` | set to allow email register and signin |
| HMD_IMAGE_UPLOAD_TYPE | `imgur`, `s3` or `filesystem` | Where to upload image. For S3, see our [S3 Image Upload Guide](docs/guides/s3-image-upload.md) |