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