1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

tokenGroups are SIDs, so dump them as such.

(This used to be commit 43f07e9de70ad9993265e28a54239caba0121ab6)
This commit is contained in:
Andrew Bartlett 2003-02-25 02:23:19 +00:00
parent f803c32376
commit d116f2c884

View File

@ -1215,6 +1215,7 @@ static BOOL ads_dump_field(char *field, void **values, void *data_area)
{"nTSecurityDescriptor", False, dump_sd},
{"dnsRecord", False, dump_binary},
{"objectSid", False, dump_sid},
{"tokenGroups", False, dump_sid},
{NULL, True, NULL}
};
int i;