aboutsummaryrefslogtreecommitdiff
path: root/src/config-files
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-05-20 21:27:22 +0000
committerTheodore Tso <tytso@mit.edu>1996-05-20 21:27:22 +0000
commit02bfebe0e937a9c578bee586d37ce1f723dd92ae (patch)
treec8ba137e940602f1f087565e261bcc23f714ec6c /src/config-files
parent1174bcf393bf9432f0c8ebbf61016c82c2d04fba (diff)
downloadkrb5-02bfebe0e937a9c578bee586d37ce1f723dd92ae.zip
krb5-02bfebe0e937a9c578bee586d37ce1f723dd92ae.tar.gz
krb5-02bfebe0e937a9c578bee586d37ce1f723dd92ae.tar.bz2
krb5.conf.M: Document kdc_req_checksumtype, as_req_checksum_type, and
safe_checksum_type. krb5.conf: Remove the tkt_lifetime parameter altogether. We may end up doing it slightly differently post-Beta 6... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8067 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config-files')
-rw-r--r--src/config-files/ChangeLog8
-rw-r--r--src/config-files/krb5.conf1
-rw-r--r--src/config-files/krb5.conf.M16
3 files changed, 23 insertions, 2 deletions
diff --git a/src/config-files/ChangeLog b/src/config-files/ChangeLog
index e28f889..8bea0b6 100644
--- a/src/config-files/ChangeLog
+++ b/src/config-files/ChangeLog
@@ -1,3 +1,11 @@
+Mon May 20 17:25:09 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * krb5.conf.M: Document kdc_req_checksumtype,
+ as_req_checksum_type, and safe_checksum_type.
+
+ * krb5.conf: Remove the tkt_lifetime parameter altogether. We may
+ end up doing it slightly differently post-Beta 6...
+
Mon May 13 20:39:33 1996 Theodore Y. Ts'o <tytso@mit.edu>
* krb5.conf: Change the default ticket lifetime to something
diff --git a/src/config-files/krb5.conf b/src/config-files/krb5.conf
index c040266..d087d0c 100644
--- a/src/config-files/krb5.conf
+++ b/src/config-files/krb5.conf
@@ -1,5 +1,4 @@
[libdefaults]
- tkt_lifetime = 36000
default_realm = ATHENA.MIT.EDU
default_tgs_enctypes = des-cbc-crc
default_tkt_enctypes = des-cbc-crc
diff --git a/src/config-files/krb5.conf.M b/src/config-files/krb5.conf.M
index bd1c957..581a756 100644
--- a/src/config-files/krb5.conf.M
+++ b/src/config-files/krb5.conf.M
@@ -118,12 +118,26 @@ the difference between the system clock and the time returned by the
KDC and in order to correct for an inaccurate system clock. This
corrective factor is only used by the Kerberos library.
-.IP checksum_type
+.IP kdc_req_checksum_type
For compatability with DCE security servers which do not support
the default CKSUMTYPE_RSA_MD5 used by this version of Kerberos. Use
a value of 2 to use the CKSUMTYPE_RSA_MD4 instead. This applies to
DCE 1.1 and earlier.
+.IP ap_req_checksum_type
+This allows you to set the checksum type used in the authenticator of
+KRB_AP_REQ messages. The default value for this type is CKSUMTYPE_RSA_MD5.
+For compatibility with applications linked against DCE Kerberos libraries,
+use a value of 2 to use the CKSUMTYPE_RSA_MD4 instead. This applies to
+DCE 1.1 and earlier.
+
+.IP safe_checksum_type
+This allows you to set the keyed-checksum type used in
+KRB_SAFE messages. The default value for this type is CKSUMTYPE_RSA_MD5_DES.
+For compatibility with applications linked against DCE Kerberos libraries,
+use a value of 3 to use the CKSUMTYPE_RSA_MD4_DES instead. This applies to
+DCE 1.1 and earlier.
+
.IP ccache_type
User this parameter on systems which are DCE clients, to specify the
type of cache to be created by kinit, or when forwarded tickets are