mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -04:00
Merge pull request #330 from Skgland/master
Pass through ldap starttls option
This commit is contained in:
commit
d2ace4b2a0
3 changed files with 6 additions and 3 deletions
|
@ -134,7 +134,8 @@ module.exports = {
|
|||
searchAttributes: undefined,
|
||||
usernameField: undefined,
|
||||
useridField: undefined,
|
||||
tlsca: undefined
|
||||
tlsca: undefined,
|
||||
starttls: undefined
|
||||
},
|
||||
saml: {
|
||||
idpSsoUrl: undefined,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue