summaryrefslogtreecommitdiffstats
path: root/src/responder/sudo
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2012-05-11 10:25:54 +0200
committerStephen Gallagher <sgallagh@redhat.com>2012-06-29 11:37:18 -0400
commitf7af8c5b369938725e47585c641ae5b017d442a1 (patch)
treef3cea8ab98f94ad4b10500ece93c25a94abda727 /src/responder/sudo
parent76db25eab9010a33657f35e5afc8477c996df7a3 (diff)
downloadsssd-f7af8c5b369938725e47585c641ae5b017d442a1.tar.gz
sssd-f7af8c5b369938725e47585c641ae5b017d442a1.tar.xz
sssd-f7af8c5b369938725e47585c641ae5b017d442a1.zip
sudo sysdb: add expiration time to the filter
Diffstat (limited to 'src/responder/sudo')
-rw-r--r--src/responder/sudo/sudosrv_get_sudorules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/responder/sudo/sudosrv_get_sudorules.c b/src/responder/sudo/sudosrv_get_sudorules.c
index a405848a5..cd359b686 100644
--- a/src/responder/sudo/sudosrv_get_sudorules.c
+++ b/src/responder/sudo/sudosrv_get_sudorules.c
@@ -522,7 +522,7 @@ static errno_t sudosrv_get_sudorules_query_cache(TALLOC_CTX *mem_ctx,
}
ret = sysdb_get_sudo_filter(tmp_ctx, username, uid, groupnames,
- flags, &filter);
+ flags, 0, &filter);
if (ret != EOK) {
DEBUG(SSSDBG_CRIT_FAILURE,
("Could not construct the search filter [%d]: %s\n",