summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap/ldap_common.c
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2009-10-15 17:21:02 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-10-16 14:27:23 -0400
commitea30597c0e2ebbe976cbd63605d3567416a4e4f2 (patch)
treee07b01c5f7d889f9995f2885cbfcf623f2bb56dc /server/providers/ldap/ldap_common.c
parent50c3aad0676fb66b6204537c841b2c9d71835537 (diff)
downloadsssd-ea30597c0e2ebbe976cbd63605d3567416a4e4f2.tar.gz
sssd-ea30597c0e2ebbe976cbd63605d3567416a4e4f2.tar.xz
sssd-ea30597c0e2ebbe976cbd63605d3567416a4e4f2.zip
Move all ldap provider init functions
Put all init functions in their own file so that the other files can be reused in other providers w/o having them in the way.
Diffstat (limited to 'server/providers/ldap/ldap_common.c')
-rw-r--r--server/providers/ldap/ldap_common.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/providers/ldap/ldap_common.c b/server/providers/ldap/ldap_common.c
index bb68ffb60..b03e58fcc 100644
--- a/server/providers/ldap/ldap_common.c
+++ b/server/providers/ldap/ldap_common.c
@@ -194,3 +194,9 @@ done:
return ret;
}
+void sdap_handler_done(struct be_req *req, int dp_err,
+ int error, const char *errstr)
+{
+ return req->fn(req, dp_err, error, errstr);
+}
+