ubuntu / authd

Authentication daemon for external Brokers
GNU Lesser General Public License v3.0
58 stars 8 forks source link

Ignore pam_unix_non_existent on getpwnam calls #519

Closed denisonbarbosa closed 1 week ago

denisonbarbosa commented 1 week ago

This is a common call done by PAM to prevent attacks. We need to special case it to avoid spamming the system logs with Not Found messages when the call happens.

Closes #468. UDENG-3934

codecov-commenter commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.73%. Comparing base (924b003) to head (11e27d4). Report is 17 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #519 +/- ## ========================================== - Coverage 84.84% 84.73% -0.12% ========================================== Files 79 79 Lines 6942 6942 Branches 75 75 ========================================== - Hits 5890 5882 -8 - Misses 736 741 +5 - Partials 316 319 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.