svn commit: samba r22708 - 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:46:04 GMT 2007


Author: jerry
Date: 2007-05-06 19:46:03 +0000 (Sun, 06 May 2007)
New Revision: 22708

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

Log:
disable saving the trusted domain list as we want to the parent daemon to manage the complete trusted domain cache
Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c
   branches/SAMBA_3_0_26/source/nsswitch/winbindd_cache.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c	2007-05-06 19:42:25 UTC (rev 22707)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c	2007-05-06 19:46:03 UTC (rev 22708)
@@ -2021,6 +2021,10 @@
 		status = NT_STATUS_OK;
 	}
 
+
+#if 0    /* Disabled as we want the trust dom list to be managed by
+	    the main parent and always to make the query.  --jerry */
+
 	/* and save it */
 	refresh_sequence_number(domain, False);
  
@@ -2041,6 +2045,8 @@
  	centry_free(centry);
  
 skip_save:
+#endif
+
  	return status;
 }	
 

Modified: branches/SAMBA_3_0_26/source/nsswitch/winbindd_cache.c
===================================================================
--- branches/SAMBA_3_0_26/source/nsswitch/winbindd_cache.c	2007-05-06 19:42:25 UTC (rev 22707)
+++ branches/SAMBA_3_0_26/source/nsswitch/winbindd_cache.c	2007-05-06 19:46:03 UTC (rev 22708)
@@ -1999,6 +1999,10 @@
 		status = NT_STATUS_OK;
 	}
 
+
+#if 0    /* Disabled as we want the trust dom list to be managed by
+	    the main parent and always to make the query.  --jerry */
+
 	/* and save it */
 	refresh_sequence_number(domain, False);
  
@@ -2019,6 +2023,8 @@
  	centry_free(centry);
  
 skip_save:
+#endif
+
  	return status;
 }	
 



More information about the samba-cvs mailing list