summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
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 /source3/winbindd/winbindd.c
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 'source3/winbindd/winbindd.c')
-rw-r--r--source3/winbindd/winbindd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index fc6ea9378c..330f900831 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -471,6 +471,8 @@ static struct winbindd_async_dispatch_table async_nonpriv_table[] = {
wb_ping_send, wb_ping_recv },
{ WINBINDD_LOOKUPSID, "LOOKUPSID",
winbindd_lookupsid_send, winbindd_lookupsid_recv },
+ { WINBINDD_LOOKUPSIDS, "LOOKUPSIDS",
+ winbindd_lookupsids_send, winbindd_lookupsids_recv },
{ WINBINDD_LOOKUPNAME, "LOOKUPNAME",
winbindd_lookupname_send, winbindd_lookupname_recv },
{ WINBINDD_SID_TO_UID, "SID_TO_UID",