Home
last modified time | relevance | path

Searched refs:begin_lock_date (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Dutil.c318 lutil_tm2time( &tm, &cp->begin_lock_date ); in rbac_bv2constraint()
492 if ( ( cp->begin_lock_date.tt_sec > 0 && in rbac_check_time_constraint()
493 cp->begin_lock_date.tt_sec < now ) && in rbac_check_time_constraint()
H A Drbac.h132 lutil_timet begin_lock_date; member