summaryrefslogtreecommitdiffstats
path: root/krb5.conf
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2010-02-16 22:38:25 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2010-02-16 22:38:25 +0000
commit6a46621b1a2fa920c5d35d4f426c08c52d76a7c1 (patch)
tree84091c953a30f93f3ae74d6b0398185a76b5c2f1 /krb5.conf
parent20683b0e60e669e8a1678401ee1873536940e307 (diff)
downloadkrb5-6a46621b1a2fa920c5d35d4f426c08c52d76a7c1.tar.gz
krb5-6a46621b1a2fa920c5d35d4f426c08c52d76a7c1.tar.xz
krb5-6a46621b1a2fa920c5d35d4f426c08c52d76a7c1.zip
- forwardable=yes -> forwardable=true, which should mean the same thing,F-13-split
but matches the man page better - take port numbers off of the server names; i'm assuming that it's rare for them to need specifying because i assume the defaults are used more often than not
Diffstat (limited to 'krb5.conf')
-rw-r--r--krb5.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/krb5.conf b/krb5.conf
index df5db90..33ec1cc 100644
--- a/krb5.conf
+++ b/krb5.conf
@@ -9,12 +9,12 @@
dns_lookup_kdc = false
ticket_lifetime = 24h
renew_lifetime = 7d
- forwardable = yes
+ forwardable = true
[realms]
EXAMPLE.COM = {
- kdc = kerberos.example.com:88
- admin_server = kerberos.example.com:749
+ kdc = kerberos.example.com
+ admin_server = kerberos.example.com
}
[domain_realm]