Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Make profile includedir accept all *.conf files

Since the main config file is krb5.conf, it is intuitive to name
included files with a ".conf" extension; currently such files are
silently ignored. Accept filenames ending in ".conf" as well as files
with no special characters.

[ghudson@mit.edu: shorten commit message and comment; accept the
filename ".conf" itself for simplicity; add a test; adjust
documentation change to note that allowing .conf is new in 1.15]

https://github.com/krb5/krb5/commit/0744026f06e8cbf477aa49cfe16b5fd28a9ddc9e
Author: Peter Jones <pjones@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 0744026f06e8cbf477aa49cfe16b5fd28a9ddc9e
Branch: master
doc/admin/conf_files/krb5_conf.rst | 7 ++++---
src/man/krb5.conf.man | 7 ++++---
src/util/profile/prof_parse.c | 13 +++++++++----
src/util/profile/prof_test1 | 9 ++++++---
4 files changed, 23 insertions(+), 13 deletions(-)