summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2013-02-08 10:29:14 -0500
committerNalin Dahyabhai <nalin@dahyabhai.net>2013-02-08 10:29:14 -0500
commit977a60b72ce7c1a98e4aa1046536d326456956cb (patch)
treec5c2720f05e35812d4d60d1c50eb190006750ac3
parent0597014fa87ab943fe94283ca5910b0f2aa92759 (diff)
downloadkrb5-977a60b72ce7c1a98e4aa1046536d326456956cb.tar.gz
krb5-977a60b72ce7c1a98e4aa1046536d326456956cb.tar.xz
krb5-977a60b72ce7c1a98e4aa1046536d326456956cb.zip
set "rdns = false" in the default krb5.conf
set "rdns = false" in the default krb5.conf (#908323)
-rw-r--r--krb5.conf1
-rw-r--r--krb5.spec5
2 files changed, 5 insertions, 1 deletions
diff --git a/krb5.conf b/krb5.conf
index c452621..471c4a1 100644
--- a/krb5.conf
+++ b/krb5.conf
@@ -8,6 +8,7 @@
ticket_lifetime = 24h
renew_lifetime = 7d
forwardable = true
+ rdns = false
# default_realm = EXAMPLE.COM
[realms]
diff --git a/krb5.spec b/krb5.spec
index eb515cd..51e3acb 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -30,7 +30,7 @@
Summary: The Kerberos network authentication system
Name: krb5
Version: 1.11
-Release: 1%{?dist}
+Release: 2%{?dist}
# Maybe we should explode from the now-available-to-everybody tarball instead?
# http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11-signed.tar
Source0: krb5-%{version}.tar.gz
@@ -791,6 +791,9 @@ exit 0
%{_sbindir}/uuserver
%changelog
+* Fri Feb 8 2013 Nalin Dahyabhai <nalin@redhat.com> 1.11-2
+- set "rdns = false" in the default krb5.conf (#908323)
+
* Tue Dec 18 2012 Nalin Dahyabhai <nalin@redhat.com> 1.11-1
- update to 1.11 release