From: Greg Hudson Date: Fri, 21 Nov 2025 00:54:13 +0000 (-0500) Subject: Fix documentation typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc9c596178a5ef3f585dece00fd2a51a6ddfa6a2;p=thirdparty%2Fkrb5.git Fix documentation typo Fix a typo reported by Ruslan Satlykov, and a run-on sentence in the same file. --- diff --git a/doc/admin/conf_files/index.rst b/doc/admin/conf_files/index.rst index a04836ac74..8a513d13ea 100644 --- a/doc/admin/conf_files/index.rst +++ b/doc/admin/conf_files/index.rst @@ -3,11 +3,11 @@ Configuration Files Kerberos uses configuration files to allow administrators to specify settings on a per-machine basis. :ref:`krb5.conf(5)` applies to all -applications using the Kerboros library, on clients and servers. +applications using the Kerberos library, on clients and servers. For KDC-specific applications, additional settings can be specified in :ref:`kdc.conf(5)`; the two files are merged into a configuration profile used by applications accessing the KDC database directly. :ref:`kadm5.acl(5)` -is also only used on the KDC, it controls permissions for modifying the +is also only used on the KDC; it controls permissions for modifying the KDC database. Contents