Merge pull request #330 from Skgland/master

Pass through ldap starttls option
This commit is contained in:
Sheogorath 2020-04-23 23:34:46 +02:00 committed by GitHub
commit d2ace4b2a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -134,7 +134,8 @@ module.exports = {
searchAttributes: undefined,
usernameField: undefined,
useridField: undefined,
tlsca: undefined
tlsca: undefined,
starttls: undefined
},
saml: {
idpSsoUrl: undefined,