krb5 commit: Fix typo in default GSS mech config documentation
Greg Hudson <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://github.com/krb5/krb5/commit/dada2c11a1907cdd2ebfdfcf01310ceb267043c9 commit dada2c11a1907cdd2ebfdfcf01310ceb267043c9 Author: Greg Hudson <[email protected]> Date: Sun Oct 6 18:06:50 2019 -0400 Fix typo in default GSS mech config documentation Commit 2977b8e88002fc928a0ff3757098b34ca83645ef documented the wrong default GSS mechanism config filename. Reported by Dilyan Palauzov. ticket: 8833 doc/mitK5defaults.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/mitK5defaults.rst b/doc/mitK5defaults.rst index 58f4f16..74e69f4 100644 --- a/doc/mitK5defaults.rst +++ b/doc/mitK5defaults.rst @@ -14,7 +14,7 @@ Client :ref:`keytab_definition` file |ckeytab| **KRB Kerberos config file :ref:`krb5.conf(5)` |krb5conf|\ ``:``\ **KRB5_CONFIG** |sysconfdir|\ ``/krb5.conf`` KDC config file :ref:`kdc.conf(5)` |kdcdir|\ ``/kdc.conf`` **KRB5_KDC_PROFILE** -GSS mechanism config file |sysconfdir|\ ``/gss.mech`` **GSS_MECH_CONFIG** +GSS mechanism config file |sysconfdir|\ ``/gss/mech`` **GSS_MECH_CONFIG** KDC database path (DB2) |kdcdir|\ ``/principal`` Master key :ref:`stash_definition` |kdcdir|\ ``/.k5.``\ *realm* Admin server ACL file :ref:`kadm5.acl(5)` |kdcdir|\ ``/kadm5.acl``