summaryrefslogtreecommitdiff
path: root/source4/nsswitch
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-01-12 03:06:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:50:54 -0500
commitdfd9b2d88344ed0341195c177624c0e5cbf8c841 (patch)
tree96421e4fca259228811b764b2f5eaade48bcea5e /source4/nsswitch
parentb135f4467f8413f6ac44df54b8430305f6c26c0c (diff)
downloadsamba-dfd9b2d88344ed0341195c177624c0e5cbf8c841.tar.gz
samba-dfd9b2d88344ed0341195c177624c0e5cbf8c841.tar.bz2
samba-dfd9b2d88344ed0341195c177624c0e5cbf8c841.zip
r12859: 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 (This used to be commit 10fb19add65ba534ea7cf3357b02d642e94fe535)
Diffstat (limited to 'source4/nsswitch')
-rw-r--r--source4/nsswitch/winbindd_nss.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/source4/nsswitch/winbindd_nss.h b/source4/nsswitch/winbindd_nss.h
index 2cbfca65a7..5b96dad15f 100644
--- a/source4/nsswitch/winbindd_nss.h
+++ b/source4/nsswitch/winbindd_nss.h
@@ -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;