From f9353d95ca6b068a31e1d5583a70cf55e662f40f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 17 Nov 2010 07:31:07 -0500 Subject: [PATCH] Add back call to sudo_ldap_timefilter() in sudo_ldap_build_pass2() that was mistakenly dropped. --- plugins/sudoers/ldap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/sudoers/ldap.c b/plugins/sudoers/ldap.c index db00f023a..967f71d4f 100644 --- a/plugins/sudoers/ldap.c +++ b/plugins/sudoers/ldap.c @@ -1026,6 +1026,7 @@ sudo_ldap_build_pass2(void) * 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. */