diff options
author | Greg Hudson <ghudson@mit.edu> | 2010-08-24 21:52:32 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2010-08-24 21:52:32 +0000 |
commit | c187732f09e477d9a611ad18bfa1739befb86074 (patch) | |
tree | 297982ef42c8a291f686a5bbe380b3ee2603ab2e /src/config-files | |
parent | 63a020538575070aeb66faf948467b877139384e (diff) | |
download | krb5-c187732f09e477d9a611ad18bfa1739befb86074.tar.gz krb5-c187732f09e477d9a611ad18bfa1739befb86074.tar.xz krb5-c187732f09e477d9a611ad18bfa1739befb86074.zip |
add profile include support
Add support for "include" and "includedir" directives in profile files.
See http://k5wiki.kerberos.org/wiki/Projects/Profile_Includes for more
details.
ticket: 6761
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24253 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config-files')
-rw-r--r-- | src/config-files/krb5.conf.M | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config-files/krb5.conf.M b/src/config-files/krb5.conf.M index 5ecfd426c7..40db552d3e 100644 --- a/src/config-files/krb5.conf.M +++ b/src/config-files/krb5.conf.M @@ -60,6 +60,16 @@ multiple values. Here is an example of the INI-style format used by .sp .PP +.I krb5.conf +can include other files using the directives "include FILENAME" or +"includedir DIRNAME", which must occur at the beginning of a line. +FILENAME or DIRNAME should be an absolute path. The named file or +directory must exist and be readable. Including a directory includes +all files within the directory whose names consist solely of +alphanumeric characters, dashes, or underscores. Included profile +fragments should begin with a section header. + +.PP The following sections are currently used in the .I krb5.conf file: |