1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-29 02:50:28 +03:00

wbinfo: fix output of "--lookup-sids" to use the configured winbind separator

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Michael Adam 2013-09-21 21:03:40 +02:00 committed by Andreas Schneider
parent fdf28f0898
commit f7240932af

View File

@ -1398,8 +1398,9 @@ static bool wbinfo_lookup_sids(const char *arg)
domains[names[i].domain_index].short_name,
names[i].type);
} else {
d_printf("%s -> %s\\%s %d\n", sidstr,
d_printf("%s -> %s%c%s %d\n", sidstr,
domains[names[i].domain_index].short_name,
winbind_separator(),
names[i].name, names[i].type);
}
}