From 6094c618717bd11793be9f7bd79b8708fac5870f Mon Sep 17 00:00:00 2001 From: Felix Schäfer Date: Mon, 5 Mar 2018 14:00:55 +0100 Subject: Remove unused LDAP option `tokenSecret` hackmdio/hackmd#754 Signed-off-by: Felix Schäfer --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3b91a1b6..e65eec3e 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,6 @@ There are some config settings you need to change in the files below. | `HMD_LDAP_URL` | `ldap://example.com` | URL of LDAP server | | `HMD_LDAP_BINDDN` | no example | bindDn for LDAP access | | `HMD_LDAP_BINDCREDENTIALS` | no example | bindCredentials for LDAP access | -| `HMD_LDAP_TOKENSECRET` | `supersecretkey` | secret used for generating access/refresh tokens | | `HMD_LDAP_SEARCHBASE` | `o=users,dc=example,dc=com` | LDAP directory to begin search from | | `HMD_LDAP_SEARCHFILTER` | `(uid={{username}})` | LDAP filter to search with | | `HMD_LDAP_SEARCHATTRIBUTES` | `displayName, mail` | LDAP attributes to search with (use comma to separate) | -- cgit v1.2.3