summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2011-06-27 14:31:16 +0200
committerRob Crittenden <rcritten@redhat.com>2011-06-28 01:10:06 -0400
commitf05141e6468ce972b9c0d9707a4d640fe40da2b7 (patch)
tree501e6df563e7f5ae0b5fb79e44321e6228d8de45
parentcae6f1511ef81c645e1bf873b2ae975190ea5c4c (diff)
downloadfreeipa-f05141e6468ce972b9c0d9707a4d640fe40da2b7.tar.gz
freeipa-f05141e6468ce972b9c0d9707a4d640fe40da2b7.tar.xz
freeipa-f05141e6468ce972b9c0d9707a4d640fe40da2b7.zip
Remove redundant configuration values from krb5.conf.
ticket 1358
-rw-r--r--install/share/krb5.conf.template3
-rwxr-xr-xipa-client/ipa-install/ipa-client-install3
2 files changed, 0 insertions, 6 deletions
diff --git a/install/share/krb5.conf.template b/install/share/krb5.conf.template
index 93d88dbb2..46e26a4ba 100644
--- a/install/share/krb5.conf.template
+++ b/install/share/krb5.conf.template
@@ -26,9 +26,6 @@
[appdefaults]
pam = {
debug = false
- ticket_lifetime = 36000
- renew_lifetime = 36000
- forwardable = true
krb4_convert = false
}
diff --git a/ipa-client/ipa-install/ipa-client-install b/ipa-client/ipa-install/ipa-client-install
index db0970a66..884dd213b 100755
--- a/ipa-client/ipa-install/ipa-client-install
+++ b/ipa-client/ipa-install/ipa-client-install
@@ -462,9 +462,6 @@ def configure_krb5_conf(fstore, cli_basedn, cli_realm, cli_domain, cli_server, c
#[appdefaults]
pamopts = [{'name':'debug', 'type':'option', 'value':'false'},
- {'name':'ticket_lifetime', 'type':'option', 'value':'36000'},
- {'name':'renew_lifetime', 'type':'option', 'value':'36000'},
- {'name':'forwardable', 'type':'option', 'value':'true'},
{'name':'krb4_convert', 'type':'option', 'value':'false'}]
appopts = [{'name':'pam', 'type':'subsection', 'value':pamopts}]
opts.append({'name':'appdefaults', 'type':'section', 'value':appopts})