remove refernces to kerberos 4 and kaserver
This commit is contained in:
@@ -410,8 +410,6 @@ Default is the same as
|
||||
.Va enable-kerberos4 .
|
||||
.It Li enable-http = Va BOOL
|
||||
Should the kdc answer kdc-requests over http.
|
||||
.It Li enable-kaserver = Va BOOL
|
||||
If this kdc should emulate the AFS kaserver.
|
||||
.It Li as-use-strongest-session-key = Va BOOL
|
||||
If this is TRUE then the KDC will prefer the strongest key from the
|
||||
client's AS-REQ enctype list, that is also supported by the KDC and the
|
||||
|
@@ -508,7 +508,7 @@ struct entry kdc_entries[] = {
|
||||
{ "allow-null-ticket-addresses", krb5_config_string, check_boolean },
|
||||
{ "allow-anonymous", krb5_config_string, check_boolean },
|
||||
{ "v4_realm", krb5_config_string, NULL },
|
||||
{ "enable-kaserver", krb5_config_string, check_boolean },
|
||||
{ "enable-kaserver", krb5_config_string, check_boolean, 1 },
|
||||
{ "encode_as_rep_as_tgs_rep", krb5_config_string, check_boolean },
|
||||
{ "kdc_warn_pwexpire", krb5_config_string, check_time },
|
||||
{ "use_2b", krb5_config_list, NULL },
|
||||
|
Reference in New Issue
Block a user