From b2611932cf2e95d5b0f8c36cbdc02feee64b6df8 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 2 Dec 2009 14:44:53 +0100 Subject: Setup ldap child logging from IPA backend Fixes: #296 --- server/providers/ldap/ldap_common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/providers/ldap/ldap_common.h') 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_ */ -- cgit