aboutsummaryrefslogtreecommitdiff
path: root/src/config-files
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1998-01-28 14:03:49 +0000
committerEzra Peisach <epeisach@mit.edu>1998-01-28 14:03:49 +0000
commit077f5ae764ae27d1de71c8f1c9f0fcbb33a7b3e6 (patch)
treea5529ce31eb739f222a96364d430fe9a4b201c7f /src/config-files
parentff457a5412935d90f216f25695dcb619182f5561 (diff)
downloadkrb5-077f5ae764ae27d1de71c8f1c9f0fcbb33a7b3e6.zip
krb5-077f5ae764ae27d1de71c8f1c9f0fcbb33a7b3e6.tar.gz
krb5-077f5ae764ae27d1de71c8f1c9f0fcbb33a7b3e6.tar.bz2
* kdc.conf.M: Document the v4_mode option. [krb5-kdc/464]
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10383 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config-files')
-rw-r--r--src/config-files/ChangeLog4
-rw-r--r--src/config-files/kdc.conf.M9
2 files changed, 13 insertions, 0 deletions
diff --git a/src/config-files/ChangeLog b/src/config-files/ChangeLog
index fd73b3e..8cd401c 100644
--- a/src/config-files/ChangeLog
+++ b/src/config-files/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jan 28 09:02:31 1998 Ezra Peisach <epeisach@mit.edu>
+
+ * kdc.conf.M: Document the v4_mode option. [krb5-kdc/464]
+
Tue Nov 26 19:24:34 1996 Theodore Y. Ts'o <tytso@mit.edu>
* kdc.conf: Fixed paths to use the GNU standard conventions.
diff --git a/src/config-files/kdc.conf.M b/src/config-files/kdc.conf.M
index 4e05beb..318e5ce 100644
--- a/src/config-files/kdc.conf.M
+++ b/src/config-files/kdc.conf.M
@@ -50,6 +50,15 @@ This relation lists the ports which the Kerberos server should listen
on, by default. This list is a comma separated list of integers. If
this relation is not specified, the compiled-in default is usually
port 88 and port 750.
+
+.IP v4_mode
+This
+.B string
+specifies how the KDC should respond to Kerberos IV packets. If this
+relation is not specified, the compiled-in default of
+.I nopreauth
+is used.
+
.SH REALMS SECTION
Each tag in the
.I [realms]