summaryrefslogtreecommitdiff
path: root/doc/html/_sources/admin/conf_files/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/admin/conf_files/index.txt')
-rw-r--r--doc/html/_sources/admin/conf_files/index.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/html/_sources/admin/conf_files/index.txt b/doc/html/_sources/admin/conf_files/index.txt
new file mode 100644
index 000000000000..a04836ac742d
--- /dev/null
+++ b/doc/html/_sources/admin/conf_files/index.txt
@@ -0,0 +1,20 @@
+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
+
+ krb5_conf
+ kdc_conf
+ kadm5_acl