You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,14 @@ Environment variables (will overwrite other server configs)
140
140
| HMD_DROPBOX_CLIENTSECRET | no example | Dropbox API client secret |
141
141
| HMD_GOOGLE_CLIENTID | no example | Google API client id |
142
142
| HMD_GOOGLE_CLIENTSECRET | no example | Google API client secret |
143
+
| HMD_LDAP_URL | ldap://example.com | url of LDAP server |
144
+
| HMD_LDAP_BINDDN | no example | bindDn for LDAP access |
145
+
| HMD_LDAP_BINDCREDENTIALS | no example | bindCredentials for LDAP access |
146
+
| HMD_LDAP_TOKENSECRET | supersecretkey | secret used for generating access/refresh tokens |
147
+
| HMD_LDAP_SEARCHBASE | o=users,dc=example,dc=com | LDAP directory to begin search from |
148
+
| HMD_LDAP_SEARCHFILTER | (uid={{username}}) | LDAP filter to search with |
149
+
| HMD_LDAP_SEARCHATTRIBUTES | no example | LDAP attributes to search with |
150
+
| HMD_LDAP_TLS_CA | no example | Root CA for LDAP TLS in PEM format |
143
151
| HMD_IMGUR_CLIENTID | no example | Imgur API client id |
144
152
| HMD_EMAIL |`true` or `false`| set to allow email register and signin |
145
153
| 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)|
@@ -194,7 +202,7 @@ Third-party integration api key settings
194
202
195
203
| service | settings location | description |
196
204
| ------- | --------- | ----------- |
197
-
| facebook, twitter, github, gitlab, dropbox, google | environment variables or `config.json`| for signin |
205
+
| facebook, twitter, github, gitlab, dropbox, google, ldap| environment variables or `config.json`| for signin |
198
206
| imgur | environment variables or `config.json`| for image upload |
199
207
| google drive, dropbox |`public/js/config.js`| for export and import |
0 commit comments