diff options
| author | Greg Hudson <ghudson@mit.edu> | 2010-08-25 18:22:53 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2010-08-25 18:22:53 +0000 |
| commit | 99be0e73e3addded4ee2c0bfeaba2e19ad178fac (patch) | |
| tree | df6f1ed6f8e635ba725c4b2d49cdaf0d42bea92d /doc | |
| parent | c21cbf0b415db66cb58afa1da0f7442df45534ac (diff) | |
Revise the profile include design so that included files are
syntactically independent of parent files.
ticket: 6761
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24256 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/krb5conf.texinfo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/krb5conf.texinfo b/doc/krb5conf.texinfo index 21f539653..911435061 100644 --- a/doc/krb5conf.texinfo +++ b/doc/krb5conf.texinfo @@ -51,8 +51,9 @@ includedir @var{DIRNAME} @var{FILENAME} or @var{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 configuration -fragments should begin with a section header. +alphanumeric characters, dashes, or underscores. Included profile files +are syntactically independent of their parents, so each included file +must begin with a section header. The @code{krb5.conf} file may contain any or all of the following sections: |
