fix(config.json): remove dangling comma

This commit is contained in:
Philipp Matthias Schaefer 2021-02-25 22:02:40 +01:00
parent b7c0b84274
commit ce72ff59b8

View File

@ -1,3 +1,3 @@
{
"dn" : "uid={{username}},ou=User,dc=example,dc=com",
"dn" : "uid={{username}},ou=User,dc=example,dc=com"
}