@@ -130,15 +130,15 @@ Environment variables (will overwrite other server configs)
130130| HMD_DROPBOX_CLIENTSECRET | no example | Dropbox API client secret |
131131| HMD_GOOGLE_CLIENTID | no example | Google API client id |
132132| HMD_GOOGLE_CLIENTSECRET | no example | Google API client secret |
133- | HMD_LDAP_URL | ldap://example.com | url of LDAP server |
133+ | HMD_LDAP_URL | ` ldap://example.com ` | url of LDAP server |
134134| HMD_LDAP_BINDDN | no example | bindDn for LDAP access |
135135| HMD_LDAP_BINDCREDENTIALS | no example | bindCredentials for LDAP access |
136- | HMD_LDAP_TOKENSECRET | supersecretkey | secret used for generating access/refresh tokens |
137- | HMD_LDAP_SEARCHBASE | o=users,dc=example,dc=com | LDAP directory to begin search from |
138- | HMD_LDAP_SEARCHFILTER | (uid={{username}}) | LDAP filter to search with |
136+ | HMD_LDAP_TOKENSECRET | ` supersecretkey ` | secret used for generating access/refresh tokens |
137+ | HMD_LDAP_SEARCHBASE | ` o=users,dc=example,dc=com ` | LDAP directory to begin search from |
138+ | HMD_LDAP_SEARCHFILTER | ` (uid={{username}}) ` | LDAP filter to search with |
139139| HMD_LDAP_SEARCHATTRIBUTES | no example | LDAP attributes to search with |
140- | HMD_LDAP_TLS_CA | no example | Root CA for LDAP TLS in PEM format |
141- | HMD_LDAP_PROVIDERNAME | My institution | Optional name to be displayed at login form indicating the LDAP provider |
140+ | HMD_LDAP_TLS_CA | ` server-cert.pem, root.pem ` | Root CA for LDAP TLS in PEM format (use comma to separate) |
141+ | HMD_LDAP_PROVIDERNAME | ` My institution ` | Optional name to be displayed at login form indicating the LDAP provider |
142142| HMD_IMGUR_CLIENTID | no example | Imgur API client id |
143143| HMD_EMAIL | ` true ` or ` false ` | set to allow email signin |
144144| HMD_ALLOW_EMAIL_REGISTER | ` true ` or ` false ` | set to allow email register (only applied when email is set, default is ` true ` ) |
0 commit comments