diff options
author | Volker Lendecke <vl@samba.org> | 2011-03-08 14:31:44 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-04-13 14:13:24 -0700 |
commit | 63446c2c2a583a6eaf1d25e5590d4c7a0fd09087 (patch) | |
tree | 601e4820e87448e7a0aae1ad93097dfa11e18518 /source3/winbindd/winbindd.c | |
parent | 490c52c9fc689803f4c1719401698e36998dc53f (diff) | |
download | samba-63446c2c2a583a6eaf1d25e5590d4c7a0fd09087.tar.gz samba-63446c2c2a583a6eaf1d25e5590d4c7a0fd09087.tar.xz 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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index fc6ea9378c0..330f9008317 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", |