78 lines
4.0 KiB
Diff
78 lines
4.0 KiB
Diff
|
|
From 159794c918c2e2c0e3d7a1d1a4feadf3151ebc80 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Simon Josefsson <simon@josefsson.org>
|
||
|
|
Date: Fri, 16 Sep 2022 16:22:25 +0200
|
||
|
|
Subject: [PATCH] More typo fixes to silence Debian lintian
|
||
|
|
typo-in-manual-page.
|
||
|
|
|
||
|
|
Signed-off-by: Simon Josefsson <simon@josefsson.org>
|
||
|
|
---
|
||
|
|
man/gssproxy-mech.8.xml.in | 4 ++--
|
||
|
|
man/gssproxy.conf.5.xml | 8 ++++----
|
||
|
|
2 files changed, 6 insertions(+), 6 deletions(-)
|
||
|
|
|
||
|
|
diff --git a/man/gssproxy-mech.8.xml.in b/man/gssproxy-mech.8.xml.in
|
||
|
|
index 6be38f9..87e5d8e 100644
|
||
|
|
--- a/man/gssproxy-mech.8.xml.in
|
||
|
|
+++ b/man/gssproxy-mech.8.xml.in
|
||
|
|
@@ -36,7 +36,7 @@
|
||
|
|
<filename>/etc/gss/mech</filename> configuration file.
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
- The interposer plugin allows to intercept the entire GSSAPI
|
||
|
|
+ The interposer plugin allows one to intercept the entire GSSAPI
|
||
|
|
communication and detour to the <command>gssproxy</command>
|
||
|
|
daemon. When the interposer plugin is installed two other
|
||
|
|
conditions need to be met in order to activate it:
|
||
|
|
@@ -112,7 +112,7 @@
|
||
|
|
<term>REMOTE_ONLY</term>
|
||
|
|
<listitem>
|
||
|
|
<para>This setting is currently not fully implemented and
|
||
|
|
- therefor not supported.
|
||
|
|
+ therefore not supported.
|
||
|
|
</para>
|
||
|
|
</listitem>
|
||
|
|
</varlistentry>
|
||
|
|
diff --git a/man/gssproxy.conf.5.xml b/man/gssproxy.conf.5.xml
|
||
|
|
index 261c9f6..0e9b3b1 100644
|
||
|
|
--- a/man/gssproxy.conf.5.xml
|
||
|
|
+++ b/man/gssproxy.conf.5.xml
|
||
|
|
@@ -98,7 +98,7 @@
|
||
|
|
option may cause a service definition to mask
|
||
|
|
access to following services. To avoid issues
|
||
|
|
change the order of services in your
|
||
|
|
- configuation file so that services with
|
||
|
|
+ configuration file so that services with
|
||
|
|
allow_any_uid enabled are listed last, or define
|
||
|
|
a custom socket for other services.</para>
|
||
|
|
<para>Default: false</para>
|
||
|
|
@@ -146,7 +146,7 @@
|
||
|
|
<varlistentry>
|
||
|
|
<term>cred_store (string)</term>
|
||
|
|
<listitem>
|
||
|
|
- <para>This parameter allows to control in which way gssproxy should use the cred_store interface provided by GSSAPI. The parameter can be defined multiple times per service.</para>
|
||
|
|
+ <para>This parameter allows one to control in which way gssproxy should use the cred_store interface provided by GSSAPI. The parameter can be defined multiple times per service.</para>
|
||
|
|
<para>The syntax of the cred_store parameter is as
|
||
|
|
follows:
|
||
|
|
<![CDATA[cred_store = <cred_store_option>:<cred_store_value>]]></para>
|
||
|
|
@@ -272,7 +272,7 @@
|
||
|
|
flag name or value.
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
- NOTE: Because often gssproxy is used to withold
|
||
|
|
+ NOTE: Because often gssproxy is used to withhold
|
||
|
|
access to credentials the Delegate Flag is filtered
|
||
|
|
by default. To allow a service to delegate
|
||
|
|
credentials use the first example below.
|
||
|
|
@@ -381,7 +381,7 @@
|
||
|
|
<varlistentry>
|
||
|
|
<term>socket (string)</term>
|
||
|
|
<listitem>
|
||
|
|
- <para>This parameter allows to create a per-service socket file over which gssproxy client and server components communicate.
|
||
|
|
+ <para>This parameter allows one to create a per-service socket file over which gssproxy client and server components communicate.
|
||
|
|
</para>
|
||
|
|
<para>When this parameter is not set, gssproxy will
|
||
|
|
use a compiled-in default.</para>
|
||
|
|
--
|
||
|
|
2.27.0
|
||
|
|
|