From 0a82fccdd23f62afc0a92094eb1640579048767c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 17 Nov 2010 07:30:55 -0500 Subject: [PATCH] Add back call to sudo_ldap_timefilter() in sudo_ldap_build_pass2() that was mistakenly dropped. --HG-- branch : 1.7 --- ldap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ldap.c b/ldap.c index 8041165c6..e10e8fe44 100644 --- a/ldap.c +++ b/ldap.c @@ -1054,6 +1054,7 @@ sudo_ldap_build_pass2() * If timed, use a global AND clause that has the time limit as * as the second leg. */ + sudo_ldap_timefilter(timebuffer, sizeof(timebuffer)); easprintf(&buf, "(&(sudoUser=+*)%s)", timebuffer); } else { /* No time limit, just the netgroup selection. */ -- 2.50.1