summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 15:58:45 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:24 -0400
commit592822786d0a26bdf283ca4621c0df6f7f671869 (patch)
tree9e5ab3ea48eb55cb7960bc0f1ba0256f1dd7577c /source3/winbindd/winbindd.c
parentce42ea3ab8c69a3f650d4c9bc787e4805aad928d (diff)
downloadsamba-592822786d0a26bdf283ca4621c0df6f7f671869.tar.gz
samba-592822786d0a26bdf283ca4621c0df6f7f671869.tar.bz2
samba-592822786d0a26bdf283ca4621c0df6f7f671869.zip
s3:winbind: Convert WINBINDD_GETSIDALIASES to the new API
Diffstat (limited to 'source3/winbindd/winbindd.c')
-rw-r--r--source3/winbindd/winbindd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index 0e13516a71..9d37a008ed 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -435,8 +435,6 @@ static struct winbindd_dispatch_table {
{ WINBINDD_GETUSERSIDS, winbindd_getusersids, "GETUSERSIDS" },
{ WINBINDD_GETUSERDOMGROUPS, winbindd_getuserdomgroups,
"GETUSERDOMGROUPS" },
- { WINBINDD_GETSIDALIASES, winbindd_getsidaliases,
- "LOOKUPUSERALIASES" },
/* Group functions */
@@ -533,6 +531,8 @@ static struct winbindd_async_dispatch_table async_nonpriv_table[] = {
winbindd_getpwnam_send, winbindd_getpwnam_recv },
{ WINBINDD_GETPWUID, "GETPWUID",
winbindd_getpwuid_send, winbindd_getpwuid_recv },
+ { WINBINDD_GETSIDALIASES, "GETSIDALIASES",
+ winbindd_getsidaliases_send, winbindd_getsidaliases_recv },
{ 0, NULL, NULL, NULL }
};