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

/sssd/src/providers/ldap/
H A Dsdap_sudo_shared.c41 time_t full; local
47 full = dp_opt_get_int(opts, SDAP_SUDO_FULL_REFRESH_INTERVAL);
49 if (smart == 0 && full == 0) {
58 } else if (full > 0 && full <= smart) {
63 "than full refresh interval. Periodical smart refresh will be "
69 DEBUG(SSSDBG_MINOR_FAILURE, "Unable to obtain time of last full "
91 if (full > 0) {
92 ret = be_ptask_create(be_ctx, be_ctx, full, delay, 0, 0, full,
[all...]

Completed in 18 milliseconds