tailscale/ipn/ipnserver
Brad Fitzpatrick c64718e9a0 ipn/ipnserver: work around os/user.LookupId failure on Windows
If we can't find the mapping from SID ("user ID") -> username, don't
treat that as a fatal. Apparently that happens in the wild for Reasons.
Ignore it for now. It's just a nice-to-have for error messages in the
rare multi-user case.

Updates #869

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2020-10-29 13:16:53 -07:00
..
server_test.go all: use testing.T.TempDir 2020-10-02 20:31:31 -07:00
server.go ipn/ipnserver: work around os/user.LookupId failure on Windows 2020-10-29 13:16:53 -07:00