svn commit: samba r22706 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_26/source/nsswitch

jerry at samba.org jerry at samba.org
Sun May 6 19:39:42 GMT 2007


Author: jerry
Date: 2007-05-06 19:39:41 +0000 (Sun, 06 May 2007)
New Revision: 22706

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22706

Log:
missed one reference to domain->native_mode in the previous commit
Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_ads.c
   branches/SAMBA_3_0_26/source/nsswitch/winbindd_ads.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_ads.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_ads.c	2007-05-06 19:37:13 UTC (rev 22705)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_ads.c	2007-05-06 19:39:41 UTC (rev 22706)
@@ -275,7 +275,7 @@
 	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;
 	}
 

Modified: branches/SAMBA_3_0_26/source/nsswitch/winbindd_ads.c
===================================================================
--- branches/SAMBA_3_0_26/source/nsswitch/winbindd_ads.c	2007-05-06 19:37:13 UTC (rev 22705)
+++ branches/SAMBA_3_0_26/source/nsswitch/winbindd_ads.c	2007-05-06 19:39:41 UTC (rev 22706)
@@ -275,7 +275,7 @@
 	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;
 	}
 



More information about the samba-cvs mailing list