krb5 commit [krb5-1.11]: Clarify that kdc.conf and krb5.conf are merged

Tom Yu tlyu at MIT.EDU
Tue May 28 17:37:19 EDT 2013


https://github.com/krb5/krb5/commit/f3c50244f6d6967dff4e3158408f71efb3a5c665
commit f3c50244f6d6967dff4e3158408f71efb3a5c665
Author: Ben Kaduk <kaduk at mit.edu>
Date:   Mon May 20 13:04:32 2013 -0400

    Clarify that kdc.conf and krb5.conf are merged
    
    These two files are merged into the profile for KDC applications
    
    (cherry picked from commit e818d27a372d021bc6025e7bce867ed06a8fc1ad)
    
    ticket: 7460
    version_fixed: 1.11.3
    status: resolved

 doc/admin/conf_files/index.rst    |   11 +++++++++++
 doc/admin/conf_files/kdc_conf.rst |    4 +++-
 2 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/doc/admin/conf_files/index.rst b/doc/admin/conf_files/index.rst
index 078a173..a04836a 100644
--- a/doc/admin/conf_files/index.rst
+++ b/doc/admin/conf_files/index.rst
@@ -1,6 +1,17 @@
 Configuration Files
 ===================
 
+Kerberos uses configuration files to allow administrators to specify
+settings on a per-machine basis.  :ref:`krb5.conf(5)` applies to all
+applications using the Kerboros library, on clients and servers.
+For KDC-specific applications, additional settings can be specified in
+:ref:`kdc.conf(5)`; the two files are merged into a configuration profile
+used by applications accessing the KDC database directly.  :ref:`kadm5.acl(5)`
+is also only used on the KDC, it controls permissions for modifying the
+KDC database.
+
+Contents
+--------
 .. toctree::
    :maxdepth: 1
 
diff --git a/doc/admin/conf_files/kdc_conf.rst b/doc/admin/conf_files/kdc_conf.rst
index 7631431..1fc2f20 100644
--- a/doc/admin/conf_files/kdc_conf.rst
+++ b/doc/admin/conf_files/kdc_conf.rst
@@ -6,7 +6,9 @@ kdc.conf
 The kdc.conf file supplements :ref:`krb5.conf(5)` for programs which
 are typically only used on a KDC, such as the :ref:`krb5kdc(8)` and
 :ref:`kadmind(8)` daemons and the :ref:`kdb5_util(8)` program.
-Relations documented here may also be specified in krb5.conf.
+Relations documented here may also be specified in krb5.conf; for the
+KDC programs mentioned, krb5.conf and kdc.conf will be merged into a
+single configuration profile.
 
 Normally, the kdc.conf file is found in the KDC state directory,
 |kdcdir|.  You can override the default location by setting the


More information about the cvs-krb5 mailing list