diff options
author | Christoph (Sheogorath) Kern | 2018-01-16 14:39:10 +0700 |
---|---|---|
committer | GitHub | 2018-01-16 14:39:10 +0700 |
commit | 40f1c464535afbad2cd6fb829e56c853728da082 (patch) | |
tree | bf8e0a6f2f1813cf2af08ac0bcd37a0bb96e120b | |
parent | 72011446613e9d22097879d3ec825416e46ca910 (diff) | |
parent | ac8c381b6eca153167bfd4210ee2410183f32b73 (diff) |
Merge pull request #668 from xuxiaodong/master
Fix config.json.example format error
-rw-r--r-- | config.json.example | 2 |
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" } |