From bb6634510bbbb4a5499fb4aa8b4a3cba6f9f6bc8 Mon Sep 17 00:00:00 2001 From: eindenbom Date: Wed, 7 Jul 2010 19:27:03 +0400 Subject: Use new LDAP connection framework to get user account info from LDAP. --- src/providers/ldap/ldap_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/ldap/ldap_common.h') 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, -- cgit