From 1f8a7739ace7715b20c9b8c72732ab1ff689b552 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 21 Sep 2008 01:20:32 +0200 Subject: [s3]winbindd_rpc: add domain prefix to username in lookup_groupmem(). This makes the output of "getent group" of a domain group show the domain prefix with "security = domain". Michael --- source3/winbindd/winbindd_rpc.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source3/winbindd') diff --git a/source3/winbindd/winbindd_rpc.c b/source3/winbindd/winbindd_rpc.c index df80ad8029..9fbea8e45b 100644 --- a/source3/winbindd/winbindd_rpc.c +++ b/source3/winbindd/winbindd_rpc.c @@ -854,7 +854,10 @@ static NTSTATUS lookup_groupmem(struct winbindd_domain *domain, } for (r=0; rname, + tmp_names.names[r].string, + true); (*name_types)[i+r] = tmp_types.ids[r]; } -- cgit