From ce72ff59b8c8e1d12f904dfa85173d92d4b28939 Mon Sep 17 00:00:00 2001 From: Philipp Matthias Schaefer Date: Thu, 25 Feb 2021 22:02:40 +0100 Subject: [PATCH] fix(config.json): remove dangling comma --- etc/webldappasswd/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/webldappasswd/config.json b/etc/webldappasswd/config.json index 01685c0..b798b47 100644 --- a/etc/webldappasswd/config.json +++ b/etc/webldappasswd/config.json @@ -1,3 +1,3 @@ { - "dn" : "uid={{username}},ou=User,dc=example,dc=com", + "dn" : "uid={{username}},ou=User,dc=example,dc=com" }