[krb5] set "rdns = false" in the default krb5.conf

Nalin Dahyabhai nalin at fedoraproject.org
Fri Feb 8 15:29:58 UTC 2013


commit 977a60b72ce7c1a98e4aa1046536d326456956cb
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Fri Feb 8 10:29:14 2013 -0500

    set "rdns = false" in the default krb5.conf
    
    set "rdns = false" in the default krb5.conf (#908323)

 krb5.conf |    1 +
 krb5.spec |    5 ++++-
 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 at redhat.com> 1.11-2
+- set "rdns = false" in the default krb5.conf (#908323)
+
 * Tue Dec 18 2012 Nalin Dahyabhai <nalin at redhat.com> 1.11-1
 - update to 1.11 release
 


More information about the scm-commits mailing list