kdc.h | kdc.h | |||
---|---|---|---|---|
skipping to change at line 62 | skipping to change at line 62 | |||
typedef struct krb5_kdc_configuration { | typedef struct krb5_kdc_configuration { | |||
krb5_boolean require_preauth; /* require preauth for all principals */ | krb5_boolean require_preauth; /* require preauth for all principals */ | |||
time_t kdc_warn_pwexpire; /* time before expiration to print a warning */ | time_t kdc_warn_pwexpire; /* time before expiration to print a warning */ | |||
struct HDB **db; | struct HDB **db; | |||
int num_db; | int num_db; | |||
krb5_boolean encode_as_rep_as_tgs_rep; /* bug compatibility */ | krb5_boolean encode_as_rep_as_tgs_rep; /* bug compatibility */ | |||
krb5_boolean as_use_strongest_session_key; | krb5_boolean tgt_use_strongest_session_key; | |||
krb5_boolean preauth_use_strongest_session_key; | krb5_boolean preauth_use_strongest_session_key; | |||
krb5_boolean tgs_use_strongest_session_key; | krb5_boolean svc_use_strongest_session_key; | |||
krb5_boolean use_strongest_server_key; | krb5_boolean use_strongest_server_key; | |||
krb5_boolean check_ticket_addresses; | krb5_boolean check_ticket_addresses; | |||
krb5_boolean allow_null_ticket_addresses; | krb5_boolean allow_null_ticket_addresses; | |||
krb5_boolean allow_anonymous; | krb5_boolean allow_anonymous; | |||
enum krb5_kdc_trpolicy trpolicy; | enum krb5_kdc_trpolicy trpolicy; | |||
krb5_boolean enable_pkinit; | krb5_boolean enable_pkinit; | |||
krb5_boolean pkinit_princ_in_cert; | krb5_boolean pkinit_princ_in_cert; | |||
const char *pkinit_kdc_identity; | const char *pkinit_kdc_identity; | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||