summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-08-21 03:37:47 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-08-28 18:06:57 +0200
commit34a63c4a00096da7a8e09d49b5970bb1f807eddc (patch)
tree48aba71a3206145b2418579dc492721c5f92c283 /src/providers/ldap/ldap_common.h
parent5894f059b6f97a9dfd63f6e9ab544c636dd58665 (diff)
downloadsssd-34a63c4a00096da7a8e09d49b5970bb1f807eddc.tar.gz
sssd-34a63c4a00096da7a8e09d49b5970bb1f807eddc.tar.xz
sssd-34a63c4a00096da7a8e09d49b5970bb1f807eddc.zip
LDAP: Make cleanup synchronous
The LDAP cleanup request was asynchronous for no good reason, probably a leftover from the days of async sysdb. This patch makes it sychronous again, removing a lot of uneeded code.
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index 7ba8e9557..1dd69f4e2 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -168,6 +168,7 @@ int ldap_get_autofs_options(TALLOC_CTX *memctx,
errno_t ldap_setup_enumeration(struct sdap_id_ctx *ctx,
struct sdap_id_conn_ctx *conn,
struct sdap_domain *sdom);
+errno_t ldap_id_cleanup(struct sdap_id_ctx *ctx);
int ldap_id_cleanup_set_timer(struct sdap_id_ctx *ctx, struct timeval tv);
void sdap_mark_offline(struct sdap_id_ctx *ctx);