HomeSort by: relevance | last modified time | path
    Searched refs:bindtime (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/lastbind/
lastbind.c 131 time_t now, bindtime = (time_t)-1; local
142 bindtime = parse_time( a->a_nvals[0].bv_val );
144 if (bindtime != (time_t)-1) {
147 if ((now - bindtime) < op->o_bd->be_lastbind_precision) {
  /src/external/bsd/openldap/dist/servers/slapd/
bind.c 420 time_t bindtime = (time_t)-1; local
435 bindtime = tt.tt_sec;
439 a->a_nvals[0].bv_val, bindtime == (time_t)-1 ? -1 : op->o_time - bindtime );
445 if ( bindtime != (time_t)-1 &&
446 op->o_time <= bindtime + op->o_bd->be_lastbind_precision ) {

Completed in 46 milliseconds