summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_sudo.c
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2012-04-23 13:22:25 +0200
committerStephen Gallagher <sgallagh@redhat.com>2012-06-29 11:37:16 -0400
commit751a7930d5af7c1a3c36936e3c5b9205189c6b92 (patch)
tree046dc858e08c25e1d5e5dce4a7ff99e4b1ca0d09 /src/providers/ldap/sdap_sudo.c
parent0ca19d792b717456f334abdf35279acddf6d71c2 (diff)
downloadsssd-751a7930d5af7c1a3c36936e3c5b9205189c6b92.tar.gz
sssd-751a7930d5af7c1a3c36936e3c5b9205189c6b92.tar.xz
sssd-751a7930d5af7c1a3c36936e3c5b9205189c6b92.zip
sudo ldap provider: give sdap_sudo_refresh_send() search and purge filters
Diffstat (limited to 'src/providers/ldap/sdap_sudo.c')
-rw-r--r--src/providers/ldap/sdap_sudo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/providers/ldap/sdap_sudo.c b/src/providers/ldap/sdap_sudo.c
index 3bef454a1..c7e76729a 100644
--- a/src/providers/ldap/sdap_sudo.c
+++ b/src/providers/ldap/sdap_sudo.c
@@ -176,8 +176,8 @@ void sdap_sudo_handler(struct be_req *be_req)
sudo_req->groups = NULL;
}
- req = sdap_sudo_refresh_send(be_req, id_ctx->be, sudo_req, id_ctx->opts,
- id_ctx->conn_cache);
+ req = sdap_sudo_refresh_send(be_req, id_ctx->be, id_ctx->opts,
+ id_ctx->conn_cache, NULL, NULL);
if (req == NULL) {
ret = ENOMEM;
goto fail;