kdc: Add synthetic PKINIT principals option
This commit is contained in:
@@ -84,11 +84,15 @@ typedef struct krb5_kdc_configuration {
|
||||
char **pkinit_kdc_cert_pool;
|
||||
char **pkinit_kdc_revoke;
|
||||
int pkinit_dh_min_bits;
|
||||
/* XXX Turn these into bit-fields */
|
||||
int pkinit_require_binding;
|
||||
int pkinit_allow_proxy_certs;
|
||||
int synthetic_clients;
|
||||
int pkinit_max_life_from_cert_extension;
|
||||
krb5_timestamp pkinit_max_life_from_cert;
|
||||
krb5_timestamp pkinit_max_life_bound;
|
||||
krb5_timestamp synthetic_clients_max_life;
|
||||
krb5_timestamp synthetic_clients_max_renew;
|
||||
|
||||
krb5_log_facility *logf;
|
||||
|
||||
|
Reference in New Issue
Block a user