Fix config.json.example format error
This commit is contained in:
parent
a8fa888317
commit
ac8c381b6e
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
"searchBase": "change this",
|
"searchBase": "change this",
|
||||||
"searchFilter": "change this",
|
"searchFilter": "change this",
|
||||||
"searchAttributes": ["change this"],
|
"searchAttributes": ["change this"],
|
||||||
"usernameField": "change this e.g. uid"
|
"usernameField": "change this e.g. uid",
|
||||||
"tlsOptions": {
|
"tlsOptions": {
|
||||||
"changeme": "See https://nodejs.org/api/tls.html#tls_tls_connect_options_callback"
|
"changeme": "See https://nodejs.org/api/tls.html#tls_tls_connect_options_callback"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue