aboutsummaryrefslogtreecommitdiff
path: root/src/config-files
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-02-03 18:33:23 +0000
committerRuss Allbery <rra@stanford.edu>2007-02-03 18:33:23 +0000
commit1e88e68ab68e74df6b1118a74a3bdcbf0cf4a32f (patch)
tree05b4aaa3da7a085a4ba9f9095324acbab0801415 /src/config-files
parent2d12564207af0aa76ecddd131cdc0530e447a915 (diff)
downloadkrb5-1e88e68ab68e74df6b1118a74a3bdcbf0cf4a32f.zip
krb5-1e88e68ab68e74df6b1118a74a3bdcbf0cf4a32f.tar.gz
krb5-1e88e68ab68e74df6b1118a74a3bdcbf0cf4a32f.tar.bz2
The default K4 compatibility mode is now none, not preauth. Also document
that the valid values for v4_mode are the valid arguments to the -4 flag to krb5kdc. Ticket: 2724 Component: krb5-doc Target_Version: 1.6.1 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19139 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config-files')
-rw-r--r--src/config-files/kdc.conf.M10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/config-files/kdc.conf.M b/src/config-files/kdc.conf.M
index 0c1735f..f19c6e0 100644
--- a/src/config-files/kdc.conf.M
+++ b/src/config-files/kdc.conf.M
@@ -57,9 +57,13 @@ 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
+specifies how the KDC should respond to Kerberos IV packets. Valid
+values for this relation are the same as the valid arguments to the
+.B -4
+flag to
+.BR krb5kdc .
+If this relation is not specified, the compiled-in default of
+.I none
is used.
.SH REALMS SECTION