From ac8c381b6eca153167bfd4210ee2410183f32b73 Mon Sep 17 00:00:00 2001 From: Xiaodong Xu Date: Tue, 9 Jan 2018 16:45:32 +0800 Subject: [PATCH] Fix config.json.example format error --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index b243bf8..c2c270c 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" }