summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_domain.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-29 17:17:47 +0200
committerVolker Lendecke <vl@samba.org>2009-08-29 19:53:46 +0200
commit2774a02f64a57d981924e0fc65b23060803cc469 (patch)
treead55994d97fe1dbbe7ed2c271ff87b255a26570b /source3/winbindd/winbindd_domain.c
parent6b474c56a5a1cfaf11dec1c35c7510ba06f175b1 (diff)
downloadsamba-2774a02f64a57d981924e0fc65b23060803cc469.tar.gz
samba-2774a02f64a57d981924e0fc65b23060803cc469.tar.bz2
samba-2774a02f64a57d981924e0fc65b23060803cc469.zip
s3:winbind: Convert WINBINDD_LIST_GROUPS to the new API
Diffstat (limited to 'source3/winbindd/winbindd_domain.c')
-rw-r--r--source3/winbindd/winbindd_domain.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/winbindd/winbindd_domain.c b/source3/winbindd/winbindd_domain.c
index 14376c62bf..107c83ac80 100644
--- a/source3/winbindd/winbindd_domain.c
+++ b/source3/winbindd/winbindd_domain.c
@@ -50,14 +50,6 @@ static const struct winbindd_child_dispatch_table domain_dispatch_table[] = {
.struct_cmd = WINBINDD_LOOKUPNAME,
.struct_fn = winbindd_dual_lookupname,
},{
- .name = "LIST_USERS",
- .struct_cmd = WINBINDD_LIST_USERS,
- .struct_fn = winbindd_dual_list_users,
- },{
- .name = "LIST_GROUPS",
- .struct_cmd = WINBINDD_LIST_GROUPS,
- .struct_fn = winbindd_dual_list_groups,
- },{
.name = "LIST_TRUSTDOM",
.struct_cmd = WINBINDD_LIST_TRUSTDOM,
.struct_fn = winbindd_dual_list_trusted_domains,