|
Bugzilla – Full Text Bug Listing |
| Summary: | "problem with defaults entries" could be more helpful | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | Marc Haber <mh+sudo-bugzilla> |
| Component: | Sudo | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | low | ||
| Version: | 1.9.8 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Marc Haber
2022-02-03 09:14:33 MST
What is happening in the sssd case is the connector is passing back an ECONNREFUSED error back to sudo when fetching the global default entries. This can happen when nsswitch.conf lists sss as a sudoers source but no sudo provider is configured in sssd.conf. The following commit: https://www.sudo.ws/repos/sudo/rev/60bb147ed3e6 ignores the error. In a future commit I may rearrange things such that the first query is done in the sssd backend's open function which will make it possible to do better error handling. Fixed in sudo 1.9.10 |