krb5.conf(5): New block_dns option.
Documented and verified, not yet implemented.
This commit is contained in:

committed by
Nico Williams

parent
42e23b1777
commit
fa4c4430f6
@@ -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 },
|
||||
|
Reference in New Issue
Block a user