Fix wbinfo --group-info if the winbind separator set to non \
authorVolker Lendecke <vl@samba.org>
Tue, 22 Apr 2008 13:41:25 +0000 (15:41 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 22 Apr 2008 13:42:09 +0000 (15:42 +0200)
commit9ffcc7966f5bb5fb6f502580a0f5514568d18463
treece091c117612ed2ab8538d48dddcade476da65d7
parent76b0db153dfdbbc5df4afda594bc4f3ba262e9a1
Fix wbinfo --group-info if the winbind separator set to non \

In getgrsid_lookupsid_recv() we use parse_domain_user which itself looks at
lp_winbind_separator(). Thus when building up that group name we should better
use it as well.
(This used to be commit 5df75578ef1da41164936cd11b14114889201d47)
WHATSNEW.txt
source3/winbindd/winbindd_group.c