Merge pull request #668 from xuxiaodong/master

Fix config.json.example format error
This commit is contained in:
Christoph (Sheogorath) Kern 2018-01-16 14:39:10 +07:00 committed by GitHub
commit 40f1c46453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
"searchBase": "change this",
"searchFilter": "change this",
"searchAttributes": ["change this"],
"usernameField": "change this e.g. uid"
"usernameField": "change this e.g. uid",
"tlsOptions": {
"changeme": "See https://nodejs.org/api/tls.html#tls_tls_connect_options_callback"
}