summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_ads.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-06-07 13:06:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:17:20 -0500
commit9467e6f41a879af8c2b8a68087f8b703b70d1101 (patch)
tree059600f685758aa6742d1d0097c791a5f39345b9 /source3/nsswitch/winbindd_ads.c
parent564529b91afe4530da856227e2d047ff2ccd6fc5 (diff)
downloadsamba-9467e6f41a879af8c2b8a68087f8b703b70d1101.tar.gz
samba-9467e6f41a879af8c2b8a68087f8b703b70d1101.tar.bz2
samba-9467e6f41a879af8c2b8a68087f8b703b70d1101.zip
r16080: Re-add accidentially excluded in-forest domain trusts (fixes bug #3823).
Guenther (This used to be commit 8759a00fedfe5d8d789c8b707c924d8116da1102)
Diffstat (limited to 'source3/nsswitch/winbindd_ads.c')
-rw-r--r--source3/nsswitch/winbindd_ads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_ads.c b/source3/nsswitch/winbindd_ads.c
index 8259fd7cd3..f777b2ae18 100644
--- a/source3/nsswitch/winbindd_ads.c
+++ b/source3/nsswitch/winbindd_ads.c
@@ -1042,7 +1042,7 @@ static NTSTATUS trusted_domains(struct winbindd_domain *domain,
struct ds_domain_trust *domains = NULL;
int count = 0;
int i;
- uint32 flags = DS_DOMAIN_DIRECT_OUTBOUND;
+ uint32 flags = DS_DOMAIN_IN_FOREST | DS_DOMAIN_DIRECT_OUTBOUND;
struct rpc_pipe_client *cli;
DEBUG(3,("ads: trusted_domains\n"));