krb5 commit: Document directory names in profile paths
Greg Hudson
ghudson at mit.edu
Wed Jul 15 16:26:01 EDT 2015
https://github.com/krb5/krb5/commit/1c12dd592804321f4752ed08e2ec02689aab004c
commit 1c12dd592804321f4752ed08e2ec02689aab004c
Author: Greg Hudson <ghudson at mit.edu>
Date: Thu Oct 23 15:34:14 2014 -0400
Document directory names in profile paths
In krb5_conf.rst, document that KRB5_CONFIG can contain directory
names.
ticket: 8030
doc/admin/conf_files/krb5_conf.rst | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/doc/admin/conf_files/krb5_conf.rst b/doc/admin/conf_files/krb5_conf.rst
index 7fac360..0f398a6 100644
--- a/doc/admin/conf_files/krb5_conf.rst
+++ b/doc/admin/conf_files/krb5_conf.rst
@@ -11,7 +11,10 @@ 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**. Multiple colon-separated
filenames may be specified in **KRB5_CONFIG**; all files which are
-present will be read.
+present will be read. Starting in release 1.14, directory names can
+also be specified in **KRB5_CONFIG**; all files within the directory
+whose names consist solely of alphanumeric characters, dashes, or
+underscores will be read.
Structure
More information about the cvs-krb5
mailing list