summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2009-12-02 14:44:53 +0100
committerStephen Gallagher <sgallagh@redhat.com>2009-12-03 10:26:36 -0500
commit75d30d6bb50f6d60b3401c2f7dd120524e83650f (patch)
tree830eaa00e2bc28a8a8167b02d7e23fb5eb8cd3fa /server/providers/ldap/ldap_common.h
parentaf6ee64d231ccd04ce9c9dbe37a751d2d8a8d3cd (diff)
downloadsssd-75d30d6bb50f6d60b3401c2f7dd120524e83650f.tar.gz
sssd-75d30d6bb50f6d60b3401c2f7dd120524e83650f.tar.xz
sssd-75d30d6bb50f6d60b3401c2f7dd120524e83650f.zip
Setup ldap child logging from IPA backend
Fixes: #296
Diffstat (limited to 'server/providers/ldap/ldap_common.h')
-rw-r--r--server/providers/ldap/ldap_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/providers/ldap/ldap_common.h b/server/providers/ldap/ldap_common.h
index 188a7b986..b1985455c 100644
--- a/server/providers/ldap/ldap_common.h
+++ b/server/providers/ldap/ldap_common.h
@@ -108,4 +108,7 @@ struct tevent_req *groups_get_send(TALLOC_CTX *memctx,
int attrs_type);
int groups_get_recv(struct tevent_req *req);
+/* setup child logging */
+int setup_child(struct sdap_id_ctx *ctx);
+
#endif /* _LDAP_COMMON_H_ */