summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-08-14 17:15:33 +0200
committerRalph Boehme <slow@samba.org>2016-02-22 20:29:15 +0100
commit5cd5ce70a14dc9a2c97532193f7a96aef53ba1a4 (patch)
tree4af66dfa37fc05d7854ae5a4a1a8422f7e6ef0ee /nsswitch
parente50c1a66486a6885fe644bce351e83d7d716f57d (diff)
downloadsamba-5cd5ce70a14dc9a2c97532193f7a96aef53ba1a4.tar.gz
winbind: Expose WINBINDD_XIDS_TO_SIDS externally
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'nsswitch')
-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 0dffa4be528..178906d582b 100644
--- a/nsswitch/winbind_struct_protocol.h
+++ b/nsswitch/winbind_struct_protocol.h
@@ -53,8 +53,9 @@ typedef char fstring[FSTRING_LEN];
* removed WINBINDD_REMOVE_MAPPING
* 26: added WINBINDD_DC_INFO
* 27: added WINBINDD_LOOKUPSIDS
+ * 28: added WINBINDD_XIDS_TO_SIDS
*/
-#define WINBIND_INTERFACE_VERSION 27
+#define WINBIND_INTERFACE_VERSION 28
/* 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
@@ -113,6 +114,7 @@ enum winbindd_cmd {
WINBINDD_SID_TO_UID,
WINBINDD_SID_TO_GID,
WINBINDD_SIDS_TO_XIDS,
+ WINBINDD_XIDS_TO_SIDS,
WINBINDD_UID_TO_SID,
WINBINDD_GID_TO_SID,