/sssd-io/src/providers/ad/ |
H A D | ad_machine_pw_renewal.c | 71 args[c++] = talloc_asprintf(args, "--computer-password-lifetime=%zu", 306 int lifetime; local 323 lifetime = dp_opt_get_int(ad_opts->basic, 326 if (lifetime == 0) { 331 if (lifetime < 0) { 333 "Illegal value [%d] for password lifetime.\n", lifetime); 378 lifetime, period, initial_delay, renewal_data);
|
/sssd-io/src/providers/ldap/ |
H A D | ldap_child.c | 68 krb5_deltat lifetime; member in struct:input_buffer 118 /* ticket lifetime */ 119 SAFEALIGN_COPY_UINT32_CHECK(&ibuf->lifetime, buf + p, size, &p); 120 DEBUG(SSSDBG_TRACE_LIBS, "lifetime: %u\n", ibuf->lifetime); 271 const krb5_deltat lifetime, 399 krb5_get_init_creds_opt_set_tkt_life(&options, lifetime); 728 ibuf->keytab_name, ibuf->lifetime, 266 ldap_child_get_tgt_sync(TALLOC_CTX *memctx, krb5_context context, const char *realm_str, const char *princ_str, const char *keytab_name, const krb5_deltat lifetime, const char **ccname_out, time_t *expire_time_out, char **_krb5_msg) argument
|
H A D | sdap_child_helpers.c | 151 int32_t lifetime, 209 /* lifetime */ 210 SAFEALIGN_SET_UINT32(&buf->data[rp], lifetime, &rp); 288 int32_t lifetime, 320 realm_str, princ_str, keytab_name, lifetime, 147 create_tgt_req_send_buffer(TALLOC_CTX *mem_ctx, const char *realm_str, const char *princ_str, const char *keytab_name, int32_t lifetime, struct io_buffer **io_buf) argument 283 sdap_get_tgt_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, const char *realm_str, const char *princ_str, const char *keytab_name, int32_t lifetime, int timeout) argument
|
H A D | sdap_async_private.h | 81 int32_t lifetime,
|
H A D | sdap_async_connection.c | 1058 int lifetime; member in struct:sdap_kinit_state 1083 int lifetime) 1092 principal, realm, lifetime); 1094 if (lifetime < 0 || lifetime > INT32_MAX) { 1095 DEBUG(SSSDBG_CRIT_FAILURE, "Ticket lifetime out of range.\n"); 1108 state->lifetime = lifetime; 1176 state->lifetime, state->timeout); 1073 sdap_kinit_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct be_ctx *be, struct sdap_handle *sh, const char *krb_service_name, int timeout, const char *keytab, const char *principal, const char *realm, bool canonicalize, int lifetime) argument
|
/sssd-io/src/providers/krb5/ |
H A D | krb5_common.h | 94 krb5_deltat lifetime; member in struct:krb5_ctx
|
H A D | krb5_child.c | 67 char *lifetime; member in struct:cli_opts 132 krb5_deltat lifetime; local 136 "No specific renewable lifetime requested.\n"); 141 kerr = krb5_string_to_deltat(cli_opts->rtime, &lifetime); 148 DEBUG(SSSDBG_CONF_SETTINGS, "Renewable lifetime is set to [%s]\n", 150 krb5_get_init_creds_opt_set_renew_life(options, lifetime); 153 if (cli_opts->lifetime == NULL) { 154 DEBUG(SSSDBG_CONF_SETTINGS, "No specific lifetime requested.\n"); 159 kerr = krb5_string_to_deltat(cli_opts->lifetime, &lifetime); [all...] |
H A D | krb5_renew_tgt.c | 46 time_t lifetime; member in struct:renew_data 109 * old data. But if the TGT has reached the end of his renewable lifetime it 592 renew_data->lifetime = tgtt->endtime;
|
H A D | krb5_common.c | 47 krb5_deltat lifetime; local 51 DEBUG(SSSDBG_FUNC_DATA, "No lifetime configured.\n"); 78 ret = krb5_string_to_deltat(str, &lifetime); 80 DEBUG(SSSDBG_CRIT_FAILURE, "Invalid value [%s] for a lifetime.\n", str);
|
/sssd-io/src/responder/autofs/ |
H A D | autofssrv_cmd.c | 395 set_autofs_map_lifetime(uint32_t lifetime, argument 402 tv = tevent_timeval_current_ofs(lifetime, 0);
|