In env_variables.rst and krb5_conf.rst, document that KRB5_CONFIG can
contain multiple colon-separated pathnames.
ticket: 8031 (new)
target_version: 1.13.3
tags: pullup
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
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