]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Document directory names in profile paths
authorGreg Hudson <ghudson@mit.edu>
Thu, 23 Oct 2014 19:34:14 +0000 (15:34 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 15 Jul 2015 20:01:44 +0000 (16:01 -0400)
In krb5_conf.rst, document that KRB5_CONFIG can contain directory
names.

ticket: 8030

doc/admin/conf_files/krb5_conf.rst

index 7fac36019c50bc8523e50da765f3e78ec9b0c15b..0f398a64e66a4dcef4515fdab372bb3a9fd1f488 100644 (file)
@@ -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