aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mattioli <mmattioli@users.noreply.github.com>2019-07-14 17:35:17 -0400
committerGreg Hudson <ghudson@mit.edu>2019-12-09 17:02:52 -0500
commit1298217eb8ede05dcd7d74a31d1270db44f879d0 (patch)
tree67b9628457491738a7672b34f511c5c7d361fbba
parent95c16b58ea5d0c58ad60cea1efad8a5ee41f878b (diff)
downloadkrb5-1298217eb8ede05dcd7d74a31d1270db44f879d0.zip
krb5-1298217eb8ede05dcd7d74a31d1270db44f879d0.tar.gz
krb5-1298217eb8ede05dcd7d74a31d1270db44f879d0.tar.bz2
Correct documentation of final profiles
The documentation for krb5.conf explaining final values is incorrect. Only sections and subsections may usefully be marked as final, and final designations only apply to later files, not to the same file. [ghudson@mit.edu: corrected and shortened documentation; rewrote commit message] (cherry picked from commit 5105a91c9dc3210e242dff156b861e77aa80959a) ticket: 8821 version_fixed: 1.17.1
-rw-r--r--doc/admin/conf_files/krb5_conf.rst16
1 files changed, 5 insertions, 11 deletions
diff --git a/doc/admin/conf_files/krb5_conf.rst b/doc/admin/conf_files/krb5_conf.rst
index 7b4389f..4adb084 100644
--- a/doc/admin/conf_files/krb5_conf.rst
+++ b/doc/admin/conf_files/krb5_conf.rst
@@ -35,17 +35,11 @@ or::
baz = quux
}
-Placing a '\*' at the end of a line indicates that this is the *final*
-value for the tag. This means that neither the remainder of this
-configuration file nor any other configuration file will be checked
-for any other values for this tag.
-
-For example, if you have the following lines::
-
- foo = bar*
- foo = baz
-
-then the second value of ``foo`` (``baz``) would never be read.
+Placing a '\*' after the closing bracket of a section name indicates
+that the section is *final*, meaning that if the same section appears
+within a later file specified in **KRB5_CONFIG**, it will be ignored.
+A subsection can be marked as final by placing a '\*' after either the
+tag name or the closing brace.
The krb5.conf file can include other files using either of the
following directives at the beginning of a line::