]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Document multi-component profile paths
authorGreg Hudson <ghudson@mit.edu>
Thu, 23 Oct 2014 19:06:13 +0000 (15:06 -0400)
committerTom Yu <tlyu@mit.edu>
Wed, 9 Dec 2015 19:53:37 +0000 (14:53 -0500)
In env_variables.rst and krb5_conf.rst, document that KRB5_CONFIG can
contain multiple colon-separated pathnames.

(cherry picked from commit 28dc817d2a065f5e0ab73377350a0529b2f4aa48)

ticket: 8302 (new)
version_fixed: 1.12.5
status: resolved

doc/admin/conf_files/krb5_conf.rst
doc/admin/env_variables.rst

index 149993a82238d4f8f8a209a89dd4c5274f9b7dc9..a1f0160ad5ee38dfce5baaa03738b59b3ad213b5 100644 (file)
@@ -9,7 +9,9 @@ realms of interest, defaults for the current realm and for Kerberos
 applications, and mappings of hostnames onto Kerberos realms.
 Normally, you should install your krb5.conf file in the directory
 ``/etc``.  You can override the default location by setting the
-environment variable **KRB5_CONFIG**.
+environment variable **KRB5_CONFIG**.  Multiple colon-separated
+filenames may be specified in **KRB5_CONFIG**; all files which are
+present will be read.
 
 
 Structure
index e85d54da0f103e78cd79e2f20fb9f81094269a40..0c146d3e31f7967c133ec0bc3f80caf275a08d61 100644 (file)
@@ -4,8 +4,9 @@ Environment variables
 The following environment variables can be used during runtime:
 
 **KRB5_CONFIG**
-    Main Kerberos configuration file.  (See :ref:`mitK5defaults` for
-    the default name.)
+    Main Kerberos configuration file.  Multiple filenames can be
+    specified, separated by a colon; all files which are present will
+    be read.  (See :ref:`mitK5defaults` for the default path.)
 
 **KRB5_KDC_PROFILE**
     KDC configuration file.  (See :ref:`mitK5defaults` for the default