]> sourceware.org Git - newlib-cygwin.git/commit
Workaround AzureAD shortcomings
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 8 Aug 2016 07:45:34 +0000 (09:45 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 18 Aug 2016 08:27:28 +0000 (10:27 +0200)
commiteb61113daf84bea95b81551b4c3826d4574c5688
tree41f41ab7b3557a152593818d793bf6f065d47708
parent4de8596b8e249c6201648352fc349023f0b230c9
Workaround AzureAD shortcomings

No real domain, no DC, no infos via NetUserGetInfo... nothing.  Just nothing.

Use fixed uid 0x1000 (4096) for AzureAD user and gid 0x1001 (4097) for
AzureAD group.  Note that this group is part of the user token, but it's
not the primary group.  The primary group SID is, unfortunately, the
user's SID.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/uinfo.cc
This page took 0.027917 seconds and 5 git commands to generate.