Merge pull request #279 from alecdwm/ldap-auth

Support for LDAP server authentication
This commit is contained in:
Max Wu
2017-01-09 00:49:40 +08:00
committed by GitHub
11 changed files with 191 additions and 6 deletions

View File

@@ -51,6 +51,18 @@
"clientID": "change this",
"clientSecret": "change this"
},
"ldap": {
"url": "ldap://change_this",
"bindDn": null,
"bindCredentials": null,
"tokenSecret": "change this",
"searchBase": "change this",
"searchFilter": "change this",
"searchAttributes": "change this",
"tlsOptions": {
"changeme": "See https://nodejs.org/api/tls.html#tls_tls_connect_options_callback"
}
},
"imgur": {
"clientID": "change this"
}