summaryrefslogtreecommitdiffstats
path: root/client/ipa-client-install
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-03-08 18:29:47 +0100
committerMartin Basti <mbasti@redhat.com>2016-03-09 19:04:19 +0100
commite0b9afded5baab4e6e0cca5dda5554924a59317a (patch)
tree004045e05a95479ed2d847aff8ea82521e5fd0ea /client/ipa-client-install
parent2a61ddb644b4a0bee37c1faf82c461b4cf41bc38 (diff)
downloadfreeipa-e0b9afded5baab4e6e0cca5dda5554924a59317a.tar.gz
freeipa-e0b9afded5baab4e6e0cca5dda5554924a59317a.tar.xz
freeipa-e0b9afded5baab4e6e0cca5dda5554924a59317a.zip
krb5conf: use 'true' instead of 'yes' for forwardable option
'yes' is also valid value in krb5.conf but we should be consistent and use only 'true' as we do for other options. https://fedorahosted.org/freeipa/ticket/5518 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'client/ipa-client-install')
-rwxr-xr-xclient/ipa-client-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/ipa-client-install b/client/ipa-client-install
index 48c325f53..f42d87755 100755
--- a/client/ipa-client-install
+++ b/client/ipa-client-install
@@ -1069,7 +1069,7 @@ def configure_krb5_conf(cli_realm, cli_domain, cli_server, cli_kdc, dnsok,
libopts.append({'name':'dns_lookup_kdc', 'type':'option', 'value':'true'})
libopts.append({'name':'rdns', 'type':'option', 'value':'false'})
libopts.append({'name':'ticket_lifetime', 'type':'option', 'value':'24h'})
- libopts.append({'name':'forwardable', 'type':'option', 'value':'yes'})
+ libopts.append({'name':'forwardable', 'type':'option', 'value':'true'})
libopts.append({'name':'udp_preference_limit', 'type':'option', 'value':'0'})
# Configure KEYRING CCACHE if supported