kdc: Add warn_ticket_addresses config option

This commit is contained in:
Nicolas Williams
2021-04-13 23:20:59 -05:00
parent 6633f6e525
commit a5e289f4f7
7 changed files with 54 additions and 12 deletions

View File

@@ -68,6 +68,7 @@ typedef struct krb5_kdc_configuration {
krb5_boolean use_strongest_server_key;
krb5_boolean check_ticket_addresses;
krb5_boolean warn_ticket_addresses;
krb5_boolean allow_null_ticket_addresses;
krb5_boolean allow_anonymous;
krb5_boolean historical_anon_realm;