summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_ads.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-05-06 19:39:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:21:48 -0500
commitdcfeb64bd215072e75309bb1ef7e56b93537f998 (patch)
tree18a0eeae2235b6dd292e4f3e6f4425fa8900617d /source3/nsswitch/winbindd_ads.c
parent96f590807f82b7f104661020432318e3739e0b30 (diff)
downloadsamba-dcfeb64bd215072e75309bb1ef7e56b93537f998.tar.gz
samba-dcfeb64bd215072e75309bb1ef7e56b93537f998.tar.bz2
samba-dcfeb64bd215072e75309bb1ef7e56b93537f998.zip
r22706: missed one reference to domain->native_mode in the previous commit
(This used to be commit aa2ac5a1944884586c9f7e97c3a0b1b6c418b554)
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 111736244a..4b6bca7834 100644
--- a/source3/nsswitch/winbindd_ads.c
+++ b/source3/nsswitch/winbindd_ads.c
@@ -275,7 +275,7 @@ static NTSTATUS enum_dom_groups(struct winbindd_domain *domain,
DEBUG(3,("ads: enum_dom_groups\n"));
/* only grab domain local groups for our domain */
- if ( domain->native_mode && strequal(lp_realm(), domain->alt_name) ) {
+ if ( domain->active_directory && strequal(lp_realm(), domain->alt_name) ) {
enum_dom_local_groups = True;
}