summaryrefslogtreecommitdiffstats
path: root/krb5.conf
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2005-02-24 23:16:08 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2005-02-24 23:16:08 +0000
commit708fedd9ea5c0d1cefe5c3f6be417d56017d6051 (patch)
tree9c547ef1e6b6261aaa48ba60e0cef45f664be894 /krb5.conf
parente7236e5850268bffb4cd4effc70745cd78c7acff (diff)
downloadkrb5-708fedd9ea5c0d1cefe5c3f6be417d56017d6051.tar.gz
krb5-708fedd9ea5c0d1cefe5c3f6be417d56017d6051.tar.xz
krb5-708fedd9ea5c0d1cefe5c3f6be417d56017d6051.zip
- update to 1.4
- v1.4 kadmin client requires a v1.4 kadmind on the server, or use the "-O" flag to specify that it should communicate with the server using the older protocol - new libkrb5support library - v5passwdd and kadmind4 are gone - versioned symbols - pick up $KRB5KDC_ARGS from /etc/sysconfig/krb5kdc, if it exists, and pass it on to krb5kdc - pick up $KADMIND_ARGS from /etc/sysconfig/kadmin, if it exists, and pass it on to kadmind - pick up $KRB524D_ARGS from /etc/sysconfig/krb524, if it exists, and pass it on to krb524d *instead of* "-m" - set "forwardable" in [libdefaults] in the default krb5.conf to match the default setting which we supply for pam_krb5 - set a default of 24h for "ticket_lifetime" in [libdefaults], reflecting the compiled-in default
Diffstat (limited to 'krb5.conf')
-rw-r--r--krb5.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/krb5.conf b/krb5.conf
index d7b4a8c..18b8f15 100644
--- a/krb5.conf
+++ b/krb5.conf
@@ -7,6 +7,8 @@
default_realm = EXAMPLE.COM
dns_lookup_realm = false
dns_lookup_kdc = false
+ ticket_lifetime = 24h
+ forwardable = yes
[realms]
EXAMPLE.COM = {