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

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"
}