Fix wbinfo --group-info if the winbind separator set to non \
commit73055f1b0e0be70c87b2637d1bb4ad47f70b09ea
authorVolker Lendecke <vl@samba.org>
Tue, 22 Apr 2008 13:41:25 +0000 (22 15:41 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 22 Apr 2008 13:45:52 +0000 (22 15:45 +0200)
treeddb3f5a6ad90e6289ff0d7672e1f93dbec3e3480
parentdabd6d0042e411b6704ab5423a5142b036099c63
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.
(cherry picked from commit 5df75578ef1da41164936cd11b14114889201d47)
WHATSNEW.txt
source/winbindd/winbindd_group.c