diff options
author | Christoph (Sheogorath) Kern | 2017-12-12 10:27:22 +0100 |
---|---|---|
committer | GitHub | 2017-12-12 10:27:22 +0100 |
commit | 17e3b8b5cdd7286899df0c5a36ec818aee3812ce (patch) | |
tree | 9f4eff2b4d704db6a131c54a13a1fa3195b50bf0 /README.md | |
parent | 612b2d181145597257c082aa24456112bcc2aee3 (diff) | |
parent | 74758723f9deed8218a6dec588724d722656f6fd (diff) |
Merge branch 'master' into ldap-username-field
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -169,7 +169,7 @@ There are some configs you need to change in the files below | 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 | no example | LDAP attributes to search with | +| HMD_LDAP_SEARCHATTRIBUTES | `displayName, mail` | LDAP attributes to search with (use comma to separate) | | HMD_LDAP_USERNAMEFIELD | `uid` | The LDAP field which is used as the username on HackMD | | HMD_LDAP_TLS_CA | `server-cert.pem, root.pem` | Root CA for LDAP TLS in PEM format (use comma to separate) | | HMD_LDAP_PROVIDERNAME | `My institution` | Optional name to be displayed at login form indicating the LDAP provider | @@ -289,7 +289,7 @@ See more at [http://operational-transformation.github.io/](http://operational-tr # License -**License under MIT.** +**License under AGPL.** [gitter-image]: https://badges.gitter.im/Join%20Chat.svg [gitter-url]: https://gitter.im/hackmdio/hackmd?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge |