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

/sssd-io/src/sss_client/
H A Dpam_sss.c504 char expire_str[128]; local
507 expire_str[0] = '\0';
518 ret = strftime(expire_str, sizeof(expire_str), "%c", &tm);
521 expire_str[0] = '\0';
530 expire_str[0] ? _(", your cached password will expire at: ") : "",
531 expire_str[0] ? expire_str : "");

Completed in 18 milliseconds