summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-03-23 18:29:45 +0100
committerJeremy Allison <jra@samba.org>2011-04-13 14:13:25 -0700
commit44f7fc4fdfefdac424a3af0fce9e84cd5b2bc82a (patch)
tree6be1495f92aca3e96d87eda943617175cc1e79b7 /source3/winbindd/winbindd.c
parenta671885f49638aa18fdeed9fb3f040ffcc0b7a82 (diff)
downloadsamba-44f7fc4fdfefdac424a3af0fce9e84cd5b2bc82a.tar.gz
samba-44f7fc4fdfefdac424a3af0fce9e84cd5b2bc82a.tar.bz2
samba-44f7fc4fdfefdac424a3af0fce9e84cd5b2bc82a.zip
s3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipe
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 330f900831..c5a124a628 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -483,6 +483,8 @@ static struct winbindd_async_dispatch_table async_nonpriv_table[] = {
winbindd_uid_to_sid_send, winbindd_uid_to_sid_recv },
{ WINBINDD_GID_TO_SID, "GID_TO_SID",
winbindd_gid_to_sid_send, winbindd_gid_to_sid_recv },
+ { WINBINDD_SIDS_TO_XIDS, "SIDS_TO_XIDS",
+ winbindd_sids_to_xids_send, winbindd_sids_to_xids_recv },
{ WINBINDD_GETPWSID, "GETPWSID",
winbindd_getpwsid_send, winbindd_getpwsid_recv },
{ WINBINDD_GETPWNAM, "GETPWNAM",