svn commit: samba r12859 - in branches/SAMBA_4_0/source/nsswitch: .

abartlet at samba.org abartlet at samba.org
Thu Jan 12 03:06:16 GMT 2006


Author: abartlet
Date: 2006-01-12 03:06:14 +0000 (Thu, 12 Jan 2006)
New Revision: 12859

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

Log:
Make Samba4 match the Samba3 winbindd interface.  trunk has moved too
far at this point, and there is no point being in between.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/nsswitch/winbindd_nss.h


Changeset:
Modified: branches/SAMBA_4_0/source/nsswitch/winbindd_nss.h
===================================================================
--- branches/SAMBA_4_0/source/nsswitch/winbindd_nss.h	2006-01-12 03:02:00 UTC (rev 12858)
+++ branches/SAMBA_4_0/source/nsswitch/winbindd_nss.h	2006-01-12 03:06:14 UTC (rev 12859)
@@ -37,7 +37,7 @@
 
 /* Update this when you change the interface.  */
 
-#define WINBIND_INTERFACE_VERSION 12
+#define WINBIND_INTERFACE_VERSION 11
 
 /* Socket commands */
 
@@ -243,9 +243,6 @@
 			gid_t gid;
 			winbind_string sid;
 		} dual_idmapset;
-		struct {
-			winbind_string cache_key;
-		} dual_sidaliases;
 	} data;
 	char *extra_data;
 	size_t extra_len;



More information about the samba-cvs mailing list