mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 06:09:59 -04:00
Remove "tkey-domain"
Since the "tkey-domain" statement has been previously obsoleted, mark it as ancient to make any attempts to use it a fatal error.
This commit is contained in:
parent
45b19a0655
commit
5d8aa1673a
2 changed files with 1 additions and 2 deletions
|
|
@ -302,7 +302,6 @@ options {
|
|||
tcp-primaries-timeout <integer>;
|
||||
tcp-receive-buffer <integer>;
|
||||
tcp-send-buffer <integer>;
|
||||
tkey-domain <quoted_string>; // obsolete
|
||||
tkey-gssapi-keytab <quoted_string>;
|
||||
tls-port <integer>;
|
||||
transfer-format ( many-answers | one-answer );
|
||||
|
|
|
|||
|
|
@ -1348,7 +1348,7 @@ static cfg_clausedef_t options_clauses[] = {
|
|||
{ "tcp-receive-buffer", &cfg_type_uint32, 0 },
|
||||
{ "tcp-send-buffer", &cfg_type_uint32, 0 },
|
||||
{ "tkey-dhkey", NULL, CFG_CLAUSEFLAG_ANCIENT },
|
||||
{ "tkey-domain", &cfg_type_qstring, CFG_CLAUSEFLAG_OBSOLETE },
|
||||
{ "tkey-domain", &cfg_type_qstring, CFG_CLAUSEFLAG_ANCIENT },
|
||||
{ "tkey-gssapi-credential", &cfg_type_qstring, CFG_CLAUSEFLAG_ANCIENT },
|
||||
{ "tkey-gssapi-keytab", &cfg_type_qstring, 0 },
|
||||
{ "transfer-message-size", &cfg_type_uint32, 0 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue