]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: Log the same "user not found" error regardless of how many userdbs exist
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 11 Jan 2024 17:02:23 +0000 (12:02 -0500)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 12 Feb 2025 10:34:11 +0000 (12:34 +0200)
commit26a604f8e2222db06094ffe1044361ae61e47687
treec946d97485cf3debb811b0735b3a9a57b443d01e
parentfc60b968b822be12d69bd8e609cef8514d49cc75
auth: Log the same "user not found" error regardless of how many userdbs exist

If a passdb lookup succeeded, but userdb lookup fails with "user not found",
an error is logged. This error used to include the userdb prefix when there
was only a single userdb configured. However, this is just unnecessary extra
complexity and with one userdb it's not very useful anyway.
src/auth/auth-request.c