summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authoreindenbom <eindenbom@gmail.com>2010-07-07 19:28:54 +0400
committerStephen Gallagher <sgallagh@redhat.com>2010-07-09 11:44:07 -0400
commiteef6302a20f9ddac77cf00f48ee68a5daacd6eb6 (patch)
tree17d316feea221cabb359bae4c9f7cb4f8a38ecba /src/providers/ldap/ldap_common.h
parentbb6634510bbbb4a5499fb4aa8b4a3cba6f9f6bc8 (diff)
downloadsssd-eef6302a20f9ddac77cf00f48ee68a5daacd6eb6.tar.gz
sssd-eef6302a20f9ddac77cf00f48ee68a5daacd6eb6.tar.xz
sssd-eef6302a20f9ddac77cf00f48ee68a5daacd6eb6.zip
Use new LDAP connection framework to get group 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 fd3bb7b91..ebf578e95 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -116,7 +116,7 @@ struct tevent_req *groups_get_send(TALLOC_CTX *memctx,
const char *name,
int filter_type,
int attrs_type);
-int groups_get_recv(struct tevent_req *req);
+int groups_get_recv(struct tevent_req *req, int *dp_error_out);
/* setup child logging */
int setup_child(struct sdap_id_ctx *ctx);