mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-19 10:37:19 +08:00
We added this function to mitigate slow user.Current() calls in Windows Active Directory environments. Go 1.24 ships with an optimized verison of user.Current, rendering this utility unnecessary. Closes #41922