set "rdns = false" in the default krb5.conf
set "rdns = false" in the default krb5.conf (#908323)
This commit is contained in:
parent
0597014fa8
commit
977a60b72c
@ -8,6 +8,7 @@
|
|||||||
ticket_lifetime = 24h
|
ticket_lifetime = 24h
|
||||||
renew_lifetime = 7d
|
renew_lifetime = 7d
|
||||||
forwardable = true
|
forwardable = true
|
||||||
|
rdns = false
|
||||||
# default_realm = EXAMPLE.COM
|
# default_realm = EXAMPLE.COM
|
||||||
|
|
||||||
[realms]
|
[realms]
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
Summary: The Kerberos network authentication system
|
Summary: The Kerberos network authentication system
|
||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.11
|
Version: 1.11
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# Maybe we should explode from the now-available-to-everybody tarball instead?
|
# 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
|
# http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11-signed.tar
|
||||||
Source0: krb5-%{version}.tar.gz
|
Source0: krb5-%{version}.tar.gz
|
||||||
@ -791,6 +791,9 @@ exit 0
|
|||||||
%{_sbindir}/uuserver
|
%{_sbindir}/uuserver
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 18 2012 Nalin Dahyabhai <nalin@redhat.com> 1.11-1
|
||||||
- update to 1.11 release
|
- update to 1.11 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user