Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • F fprintd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • libfprint
  • fprintd
  • Merge requests
  • !126

pam: Consistently return PAM_AUTHINFO_UNAVAIL

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Benjamin Berg requested to merge benzea/use-authinfo-unvail into master Mar 02, 2021
  • Overview 1
  • Commits 1
  • Pipelines 2
  • Changes 1

There was one situation where we would return PAM_USER_UNKNOWN. The case is not really any different from other cases where we are returning PAM_AUTHINFO_UNAVAIL, and this difference causes issues in other components of the stack.

Fix this by switching to PAM_AUTHINFO_UNAVAIL.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: benzea/use-authinfo-unvail