From f05141e6468ce972b9c0d9707a4d640fe40da2b7 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Mon, 27 Jun 2011 14:31:16 +0200 Subject: Remove redundant configuration values from krb5.conf. ticket 1358 --- install/share/krb5.conf.template | 3 --- ipa-client/ipa-install/ipa-client-install | 3 --- 2 files changed, 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}) -- cgit