summaryrefslogtreecommitdiff
path: root/nsswitch/winbind_struct_protocol.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-03-08 14:31:44 +0100
committerJeremy Allison <jra@samba.org>2011-04-13 14:13:24 -0700
commit63446c2c2a583a6eaf1d25e5590d4c7a0fd09087 (patch)
tree601e4820e87448e7a0aae1ad93097dfa11e18518 /nsswitch/winbind_struct_protocol.h
parent490c52c9fc689803f4c1719401698e36998dc53f (diff)
downloadsamba-63446c2c2a583a6eaf1d25e5590d4c7a0fd09087.tar.gz
samba-63446c2c2a583a6eaf1d25e5590d4c7a0fd09087.tar.bz2
samba-63446c2c2a583a6eaf1d25e5590d4c7a0fd09087.zip
s3: Add winbindd_lookupsids
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'nsswitch/winbind_struct_protocol.h')
-rw-r--r--nsswitch/winbind_struct_protocol.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/nsswitch/winbind_struct_protocol.h b/nsswitch/winbind_struct_protocol.h
index 9304702fa0..e5ed8e1b3a 100644
--- a/nsswitch/winbind_struct_protocol.h
+++ b/nsswitch/winbind_struct_protocol.h
@@ -55,8 +55,9 @@ typedef char fstring[FSTRING_LEN];
* removed WINBINDD_SET_MAPPING
* removed WINBINDD_REMOVE_MAPPING
* 26: added WINBINDD_DC_INFO
+ * 27: added WINBINDD_LOOKUPSIDS
*/
-#define WINBIND_INTERFACE_VERSION 26
+#define WINBIND_INTERFACE_VERSION 27
/* Have to deal with time_t being 4 or 8 bytes due to structure alignment.
On a 64bit Linux box, we have to support a constant structure size
@@ -108,6 +109,7 @@ enum winbindd_cmd {
WINBINDD_LOOKUPSID,
WINBINDD_LOOKUPNAME,
WINBINDD_LOOKUPRIDS,
+ WINBINDD_LOOKUPSIDS,
/* Lookup functions */