summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-16 12:09:37 +0200
committerVolker Lendecke <vl@samba.org>2009-08-16 12:39:02 +0200
commit3f3f49d5e23b92051508b2555688417865f668b0 (patch)
tree1d6ddba055fd6b916ef4e58e9696da84a604dd70 /source3/winbindd/winbindd_proto.h
parent27dd290d3fe68ee1c4fd8a795335010c721b28a0 (diff)
downloadsamba-3f3f49d5e23b92051508b2555688417865f668b0.tar.gz
samba-3f3f49d5e23b92051508b2555688417865f668b0.tar.bz2
samba-3f3f49d5e23b92051508b2555688417865f668b0.zip
s3:winbind: Add winbindd_print_groupmem
This converts a talloc_dict retrieved from wb_group_members to the string that the pipe protocol expects
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 0ca37a6df1..6bb3406f78 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -380,6 +380,9 @@ enum winbindd_result winbindd_dual_getuserdomgroups(struct winbindd_domain *doma
bool get_sam_group_entries(struct getent_state *ent);
bool fill_grent(TALLOC_CTX *mem_ctx, struct winbindd_gr *gr,
const char *dom_name, const char *gr_name, gid_t unix_gid);
+NTSTATUS winbindd_print_groupmembers(struct talloc_dict *members,
+ TALLOC_CTX *mem_ctx,
+ int *num_members, char **result);
/* The following definitions come from winbindd/winbindd_idmap.c */