summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-08-19 18:06:41 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-09-06 14:25:36 -0400
commit9b5c5f041e92802aa074037d283674cb6eca1a23 (patch)
tree1b9a8b2e2d0a2bee3cf66554d2fef83116dd91bd /src/providers/ldap/sdap_async.h
parentf1828234a850dd28465425248a83a993f262918f (diff)
downloadsssd-9b5c5f041e92802aa074037d283674cb6eca1a23.tar.gz
sssd-9b5c5f041e92802aa074037d283674cb6eca1a23.tar.xz
sssd-9b5c5f041e92802aa074037d283674cb6eca1a23.zip
Allow turning dereference off by setting the threshold to 0
Diffstat (limited to 'src/providers/ldap/sdap_async.h')
-rw-r--r--src/providers/ldap/sdap_async.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async.h b/src/providers/ldap/sdap_async.h
index 4115f621e..9b5a30797 100644
--- a/src/providers/ldap/sdap_async.h
+++ b/src/providers/ldap/sdap_async.h
@@ -152,7 +152,7 @@ int sdap_get_generic_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx, size_t *reply_count,
struct sysdb_attrs ***reply_list);
-bool sdap_has_deref_support(struct sdap_handle *sh);
+bool sdap_has_deref_support(struct sdap_handle *sh, struct sdap_options *opts);
struct tevent_req *
sdap_deref_search_send(TALLOC_CTX *memctx,