[30648] in CVS-changelog-for-Kerberos-V5
krb5 commit [krb5-1.17]: Fix missing field in /etc/gss/mech
daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Dec 9 18:24:26 2019
Date: Mon, 9 Dec 2019 18:24:19 -0500
From: Greg Hudson <ghudson@mit.edu>
Message-ID: <201912092324.xB9NOJEZ020154@drugstore.mit.edu>
To: <cvs-krb5@mit.edu>
MIME-Version: 1.0
Reply-To: krbdev@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/4ec5724fc6988e2cbcecda72c9ef5785c4197ac3
commit 4ec5724fc6988e2cbcecda72c9ef5785c4197ac3
Author: Greg Hudson <ghudson@mit.edu>
Date: Sun Oct 6 18:26:03 2019 -0400
Fix missing field in /etc/gss/mech documentation
/etc/gss/mech lines begin with a name field, but this field was not
included in the format documentation.
(cherry picked from commit 208e85530f8a0d0490e50d89aed4f6f11acfd86a)
ticket: 8839
version_fixed: 1.17.1
doc/admin/host_config.rst | 20 +++++++++++---------
1 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/doc/admin/host_config.rst b/doc/admin/host_config.rst
index 6df2504..d947662 100644
--- a/doc/admin/host_config.rst
+++ b/doc/admin/host_config.rst
@@ -204,15 +204,17 @@ directory. Only files with a ``.conf`` suffix will be read from the
``/etc/gss/mech.d/`` directory. Each line in these files has the
form::
- oid pathname [options] <type>
-
-Only the oid and pathname are required. *oid* is the object
-identifier of the GSSAPI mechanism to be registered. *pathname* is a
-path to the module shared object or DLL. *options* (if present) are
-options provided to the plugin module, surrounded in square brackets.
-*type* (if present) can be used to indicate a special type of module.
-Currently the only special module type is "interposer", for a module
-designed to intercept calls to other mechanisms.
+ name oid pathname [options] <type>
+
+Only the name, oid, and pathname are required. *name* is the
+mechanism name, which may be used for debugging or logging purposes.
+*oid* is the object identifier of the GSSAPI mechanism to be
+registered. *pathname* is a path to the module shared object or DLL.
+*options* (if present) are options provided to the plugin module,
+surrounded in square brackets. *type* (if present) can be used to
+indicate a special type of module. Currently the only special module
+type is "interposer", for a module designed to intercept calls to
+other mechanisms.
.. _profile_plugin_config:
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5