Skip to content

Commit 6450979

Browse files
sirainenthuovila
authored andcommitted
settings/core: Update auth_cache_verify_password_with_worker to work properly with v2.3.18
1 parent 862f816 commit 6450979

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source/settings/core.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,10 @@ See :ref:`settings` for list of all setting groups.
4343

4444
.. dovecot_core:setting:: auth_cache_verify_password_with_worker
4545
:added: v2.2.34
46+
:changed: v2.3.18 Fixed to work properly. Older versions lost passdb extra fields.
4647
:default: no
4748
:values: @boolean
4849

49-
.. Warning:: This feature doesn't currently work correctly when the passdb
50-
lookup is done via auth-workers. The password is checked
51-
correctly, but all the passdb extra fields are lost.
52-
5350
The auth master process by default is responsible for the hash
5451
verifications. Setting this to yes moves the verification to auth-worker
5552
processes. This allows distributing the hash calculations to multiple CPU

0 commit comments

Comments
 (0)