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

set "rdns = false" in the default krb5.conf (#908323)
This commit is contained in:
Nalin Dahyabhai 2013-02-08 10:29:14 -05:00
parent 0597014fa8
commit 977a60b72c
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,7 @@
ticket_lifetime = 24h
renew_lifetime = 7d
forwardable = true
rdns = false
# default_realm = EXAMPLE.COM
[realms]

View File

@ -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