From c887840d0c642f77463466757c7f520a206f06b4 Mon Sep 17 00:00:00 2001 From: Julien Rische Date: Wed, 26 Mar 2025 17:57:09 +0100 Subject: [PATCH] Fix gssproxy.conf manpage about comments The manpage was implying it was possible to have comments at the end of configuration lines, while SSSD's ini parsing library used by gssproxy supports full line comments only. Signed-off-by: Julien Rische --- man/gssproxy.conf.5.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/gssproxy.conf.5.xml b/man/gssproxy.conf.5.xml index 1d37f04f7..4a04a32e7 100644 --- a/man/gssproxy.conf.5.xml +++ b/man/gssproxy.conf.5.xml @@ -27,7 +27,7 @@ GSS-Proxy conf files are classic ini-style configuration files. Each option consist of a key = value pair. - Any characters behind '#' will be treated as comments and will be ignored. + Any line starting with '#' will be treated as comment and will be ignored. Boolean parameters accept "1", "true", "yes" and "on" as positive values. All other values will be considered as negative values.