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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/lastbind/
H A Dlastbind.c126 time_t now, bindtime = (time_t)-1; local
137 bindtime = parse_time( a->a_nvals[0].bv_val );
139 if (bindtime != (time_t)-1) {
142 if ((now - bindtime) < lbi->timestamp_precision) {

Completed in 118 milliseconds