mirror of
https://github.com/samba-team/samba.git
synced 2025-03-29 02:50:28 +03:00
wbclient: added support for handling WBC_ID_TYPE_BOTH mappings
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
7945949177
commit
dbbb69e572
@ -1018,6 +1018,9 @@ static bool wbinfo_sids_to_unix_ids(const char *arg)
|
||||
case WBC_ID_TYPE_GID:
|
||||
d_printf("%s -> gid %d\n", sidstr, unix_ids[i].id.gid);
|
||||
break;
|
||||
case WBC_ID_TYPE_BOTH:
|
||||
d_printf("%s -> uid/gid %d\n", sidstr, unix_ids[i].id.uid);
|
||||
break;
|
||||
default:
|
||||
d_printf("%s -> unmapped\n", sidstr);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user