summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorXiaodong Xu2018-01-09 16:45:32 +0800
committerXiaodong Xu2018-01-09 16:45:32 +0800
commitac8c381b6eca153167bfd4210ee2410183f32b73 (patch)
treee78d423d38dd211eadf13adafd797b668f06bac2 /config.json.example
parenta8fa88831705625e053c7d493a4b2f83b7b2a4a8 (diff)
Fix config.json.example format error
Diffstat (limited to '')
-rw-r--r--config.json.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example
index b243bf8d..c2c270c3 100644
--- a/config.json.example
+++ b/config.json.example
@@ -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"
}