From f9513cc14b7f81552cbdddb5ea51854cccf60db4 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 17 Jul 2014 19:07:35 +0200 Subject: [PATCH] Fix comment prefix in config/authentication.ini --- config/authentication.ini.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/authentication.ini.in b/config/authentication.ini.in index 554356492..71d9e4402 100644 --- a/config/authentication.ini.in +++ b/config/authentication.ini.in @@ -1,7 +1,7 @@ ; authentication.ini ; ; Each section listed in this configuration represents a backend used to authenticate users. The backend configurations -: must define a resource referring to a configured database or LDAP connection in the INI file resources.ini. +; must define a resource referring to a configured database or LDAP connection in the INI file resources.ini. ; ; The backends will be processed from top to bottom using the first backend for authentication which reports that ; the user trying to log in is available.