Complete
Details
Details
Assignee
Caleb
CalebReporter
Caleb
CalebLabels
Components
Fix versions
Affects versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created December 29, 2020 at 11:24 PM
Updated July 1, 2022 at 4:59 PM
Resolved December 30, 2020 at 8:16 PM
In certain situations, a system can be joined to a directory service and consequently lose access to said directory service (i.e externel network goes down, DNS server goes down etc etc). In this scenario, getpwuid() can take a LONG time to run since it will try to resolve the numeric UIDs to user names. There is no flag to disable this option but one can be added quite trivially.