Implement [kdc] derived_keys_maxdots

This commit is contained in:
Roland C. Dowdeswell
2019-10-17 16:30:24 +01:00
committed by Viktor Dukhovni
parent dfada0ccad
commit aa5c525e71
3 changed files with 16 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ typedef struct krb5_kdc_configuration {
krb5_boolean enable_derived_keys;
int derived_keys_ndots;
int derived_keys_maxdots;
} krb5_kdc_configuration;