Searched defs:krb5_kdc_configuration (Results 1 – 1 of 1) sorted by relevance
53 typedef struct krb5_kdc_configuration { struct54 krb5_boolean require_preauth; /* require preauth for all principals */55 time_t kdc_warn_pwexpire; /* time before expiration to print a warning */57 struct HDB **db;58 int num_db;60 krb5_boolean encode_as_rep_as_tgs_rep; /* bug compatibility */62 krb5_boolean tgt_use_strongest_session_key;63 krb5_boolean preauth_use_strongest_session_key;64 krb5_boolean svc_use_strongest_session_key;65 krb5_boolean use_strongest_server_key;[all …]