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:21 -0500
commitb2611932cf2e95d5b0f8c36cbdc02feee64b6df8 (patch)
treee7cfd2b1d256f89202bfee9b5dfdfe3f67553927 /server/providers/ldap/ldap_common.h
parenta1800edee1d7fcf5f2151a4101f104f1837ff8c0 (diff)
downloadsssd-b2611932cf2e95d5b0f8c36cbdc02feee64b6df8.tar.gz
sssd-b2611932cf2e95d5b0f8c36cbdc02feee64b6df8.tar.xz
sssd-b2611932cf2e95d5b0f8c36cbdc02feee64b6df8.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_ */