summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_domain_info.h
diff options
context:
space:
mode:
authorPavel Reichl <pavel.reichl@redhat.com>2013-12-17 17:32:04 +0000
committerJakub Hrozek <jhrozek@redhat.com>2014-01-09 11:50:59 +0100
commit17195241500e46272018d7897d6e87249870caf2 (patch)
treed4cd863028e0f1b210110160b0fab1f9fdbd9e17 /src/providers/ad/ad_domain_info.h
parentfe521d1ad610920ce5411589a158157d6a5f0794 (diff)
downloadsssd-17195241500e46272018d7897d6e87249870caf2.tar.gz
sssd-17195241500e46272018d7897d6e87249870caf2.tar.xz
sssd-17195241500e46272018d7897d6e87249870caf2.zip
responder: Set forest attribute in AD domains
Resolves: https://fedorahosted.org/sssd/ticket/2160
Diffstat (limited to 'src/providers/ad/ad_domain_info.h')
-rw-r--r--src/providers/ad/ad_domain_info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ad/ad_domain_info.h b/src/providers/ad/ad_domain_info.h
index d21706396..d3a6416ce 100644
--- a/src/providers/ad/ad_domain_info.h
+++ b/src/providers/ad/ad_domain_info.h
@@ -36,6 +36,7 @@ errno_t
ad_master_domain_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx,
char **_flat,
- char **_id);
+ char **_id,
+ char **_forest);
#endif /* _AD_MASTER_DOMAIN_H_ */