Searched refs:expire_str (Results 1 - 1 of 1) sorted by relevance

/sssd/src/sss_client/
H A Dpam_sss.c457 char expire_str[128]; local
460 expire_str[0] = '\0';
471 ret = strftime(expire_str, sizeof(expire_str), "%c", &tm);
474 expire_str[0] = '\0';
483 expire_str[0] ? _(", your cached password will expire at: ") : "",
484 expire_str[0] ? expire_str : "");

Completed in 270 milliseconds