Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 650
    • Issues 650
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 210
    • Merge Requests 210
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Merge Requests
  • !18576

Open
Opened Feb 21, 2021 by Martin Häger@kvadevackContributor
  • Report abuse
Report abuse

main/cyrus-sasl: (db_gdbm) fix gdbm_errno overlay from gdbm_close

  • Overview 0
  • Commits 1
  • Pipelines 9
  • Changes 2

gdbm_close also sets gdbm_errno since version 1.17. This leads to a problem in libsasl as the gdbm_close incovation overlays the gdbm_errno value which is then later used for the error handling.

This leads to inability to authenticate:

Feb 21 02:34:17 3a146eb8f574 postfix/smtpd[87]: warning: SASL authentication failure: Couldn't fetch entry from /etc/sasl2/sasldb2
Feb 21 02:34:17 3a146eb8f574 postfix/smtpd[87]: warning: SASL authentication failure: Password verification failed
Feb 21 02:34:17 3a146eb8f574 postfix/smtpd[87]: warning: unknown[172.17.0.1]: SASL PLAIN authentication failed: generic failure

Upstream: https://github.com/cyrusimap/cyrus-sasl/pull/554

See also:

  • https://bugs.archlinux.org/task/59873
  • https://bugs.gentoo.org/677200
Edited Feb 21, 2021 by Martin Häger
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: alpine/aports!18576
Source branch: cyrus-sasl-dbm-errno