mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
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 10fb19add6
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
b135f4467f
commit
dfd9b2d883
@ -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;
|
||||
|
Reference in New Issue
Block a user