summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authoreindenbom <eindenbom@gmail.com>2010-07-07 19:27:03 +0400
committerStephen Gallagher <sgallagh@redhat.com>2010-07-09 11:44:06 -0400
commitbb6634510bbbb4a5499fb4aa8b4a3cba6f9f6bc8 (patch)
tree78f0bec8b5852830161253e3ac57a4b3b7cd484f /src/providers/ldap/ldap_common.h
parent54577e54d1b6300aeb348087372c14ed72530f88 (diff)
downloadsssd-bb6634510bbbb4a5499fb4aa8b4a3cba6f9f6bc8.tar.gz
sssd-bb6634510bbbb4a5499fb4aa8b4a3cba6f9f6bc8.tar.xz
sssd-bb6634510bbbb4a5499fb4aa8b4a3cba6f9f6bc8.zip
Use new LDAP connection framework to get user account info from LDAP.
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index 54cc7fe81..fd3bb7b91 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -108,7 +108,7 @@ struct tevent_req *users_get_send(TALLOC_CTX *memctx,
const char *name,
int filter_type,
int attrs_type);
-int users_get_recv(struct tevent_req *req);
+int users_get_recv(struct tevent_req *req, int *dp_error_out);
struct tevent_req *groups_get_send(TALLOC_CTX *memctx,
struct tevent_context *ev,