krb4_get_tickets goes in appdefaults (for kinit), not libdefaults
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11251 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -319,7 +319,6 @@ struct entry libdefaults_entries[] = {
|
|||||||
{ "ignore_addresses", krb5_config_string, NULL },
|
{ "ignore_addresses", krb5_config_string, NULL },
|
||||||
{ "kdc_timeout", krb5_config_string, check_time },
|
{ "kdc_timeout", krb5_config_string, check_time },
|
||||||
{ "kdc_timesync", krb5_config_string, check_boolean },
|
{ "kdc_timesync", krb5_config_string, check_boolean },
|
||||||
{ "krb4_get_tickets", krb5_config_string, check_boolean },
|
|
||||||
{ "log_utc", krb5_config_string, check_boolean },
|
{ "log_utc", krb5_config_string, check_boolean },
|
||||||
{ "maxretries", krb5_config_string, check_numeric },
|
{ "maxretries", krb5_config_string, check_numeric },
|
||||||
{ "scan_interfaces", krb5_config_string, check_boolean },
|
{ "scan_interfaces", krb5_config_string, check_boolean },
|
||||||
@@ -340,6 +339,7 @@ struct entry appdefaults_entries[] = {
|
|||||||
{ "ticket_lifetime", krb5_config_string, check_time },
|
{ "ticket_lifetime", krb5_config_string, check_time },
|
||||||
{ "renew_lifetime", krb5_config_string, check_time },
|
{ "renew_lifetime", krb5_config_string, check_time },
|
||||||
{ "no-addresses", krb5_config_string, check_boolean },
|
{ "no-addresses", krb5_config_string, check_boolean },
|
||||||
|
{ "krb4_get_tickets", krb5_config_string, check_boolean },
|
||||||
#if 0
|
#if 0
|
||||||
{ "anonymous", krb5_config_string, check_boolean },
|
{ "anonymous", krb5_config_string, check_boolean },
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user