svn commit: samba r15193 - in trunk/source/nsswitch: .

vlendec at samba.org vlendec at samba.org
Mon Apr 24 09:36:41 GMT 2006


Author: vlendec
Date: 2006-04-24 09:36:40 +0000 (Mon, 24 Apr 2006)
New Revision: 15193

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

Log:
Thanks G?\195?\188nther do watch my patches so closely ;-)

Volker

Modified:
   trunk/source/nsswitch/winbindd_cache.c


Changeset:
Modified: trunk/source/nsswitch/winbindd_cache.c
===================================================================
--- trunk/source/nsswitch/winbindd_cache.c	2006-04-24 09:36:24 UTC (rev 15192)
+++ trunk/source/nsswitch/winbindd_cache.c	2006-04-24 09:36:40 UTC (rev 15193)
@@ -121,8 +121,7 @@
 		if ( !domain->primary )
 			our_domain = find_our_domain();
 
-		if ( (our_domain->active_directory || IS_DC) && domain->active_directory &&
-			(lp_security()==SEC_ADS)) {
+		if ( (our_domain->active_directory || IS_DC) && domain->active_directory ) {
 			DEBUG(5,("get_cache: Setting ADS methods for domain %s\n", domain->name));
 			domain->backend = &ads_methods;
 		} else {



More information about the samba-cvs mailing list