krb5.conf(5): New block_dns option.

Documented and verified, not yet implemented.
This commit is contained in:
Taylor R Campbell
2023-06-09 00:06:32 +00:00
committed by Nico Williams
parent 42e23b1777
commit fa4c4430f6
2 changed files with 4 additions and 0 deletions

View File

@@ -395,6 +395,7 @@ struct entry v4_name_convert_entries[] = {
struct entry libdefaults_entries[] = {
{ "accept_null_addresses", krb5_config_string, check_boolean, 0 },
{ "allow_weak_crypto", krb5_config_string, check_boolean, 0 },
{ "block_dns", krb5_config_string, check_boolean, 0 },
{ "capath", krb5_config_list, all_strings, 1 },
{ "ccapi_library", krb5_config_string, NULL, 0 },
{ "check_pac", krb5_config_string, check_boolean, 0 },