]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Clarify that kdc.conf and krb5.conf are merged
authorBen Kaduk <kaduk@mit.edu>
Mon, 20 May 2013 17:04:32 +0000 (13:04 -0400)
committerBen Kaduk <kaduk@mit.edu>
Mon, 20 May 2013 17:16:59 +0000 (13:16 -0400)
These two files are merged into the profile for KDC applications

doc/admin/conf_files/index.rst
doc/admin/conf_files/kdc_conf.rst

index 078a17304906e02d29e203c9e0cbd7ac43143c1e..a04836ac742d30e0a58b56d05afc9fc0115f8760 100644 (file)
@@ -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
 
index 79599eebb6317240e6704b52610945e70a7a243f..7bad0119eace947366fe2d825ab8161b40053fcb 100644 (file)
@@ -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