Use tkey-gssapi-keytab in named.conf

Remove obsolete BIND GSSAPI configuration options tkey-gssapi-credential
and tkey-domain and replace them with tkey-gssapi-keytab which avoids
unnecessary Kerberos checks on BIND startup and can cause issues when
KDC is not available.

Both new and current IPA installations are updated.

https://fedorahosted.org/freeipa/ticket/3429
This commit is contained in:
Martin Kosek
2013-03-14 10:30:32 +01:00
committed by Rob Crittenden
parent ca6f7f2450
commit 7a2d3804af
2 changed files with 69 additions and 3 deletions

View File

@@ -14,8 +14,7 @@ options {
// Any host is permitted to issue recursive queries
allow-recursion { any; };
tkey-gssapi-credential "DNS/$FQDN";
tkey-domain "$REALM";
tkey-gssapi-keytab "/etc/named.keytab";
};
/* If you want to enable debugging, eg. using the 'rndc trace' command,