r12859: Make Samba4 match the Samba3 winbindd interface. trunk has moved too
authorAndrew Bartlett <abartlet@samba.org>
Thu, 12 Jan 2006 03:06:14 +0000 (03:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:50:54 +0000 (13:50 -0500)
far at this point, and there is no point being in between.

Andrew Bartlett
(This used to be commit 10fb19add65ba534ea7cf3357b02d642e94fe535)

source4/nsswitch/winbindd_nss.h

index 2cbfca65a777355b9303fe491a700d5439090073..5b96dad15f48af1c5c0e1135e2c9bc586f685bd5 100644 (file)
@@ -37,7 +37,7 @@ typedef char winbind_string[256];
 
 /* Update this when you change the interface.  */
 
-#define WINBIND_INTERFACE_VERSION 12
+#define WINBIND_INTERFACE_VERSION 11
 
 /* Socket commands */
 
@@ -243,9 +243,6 @@ struct winbindd_request {
                        gid_t gid;
                        winbind_string sid;
                } dual_idmapset;
-               struct {
-                       winbind_string cache_key;
-               } dual_sidaliases;
        } data;
        char *extra_data;
        size_t extra_len;