From 6ddd46f2aee71c188c015b652b428d7d30456a42 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sun, 15 Jul 2018 00:32:51 -0400 Subject: [PATCH] Added an example configuration file --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d3b3920..88c521f 100644 --- a/config.toml +++ b/config.toml @@ -3,4 +3,4 @@ port = 389 search_base = "dc=example,dc=com" print_indent = 2 bind_dn = "" -bind_pw = "" +bind_pw = "" \ No newline at end of file