Skip to content

Commit

Permalink
passdb: Update passdb_mechanisms
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Jan 26, 2024
1 parent 86b40aa commit 35108b1
Showing 1 changed file with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,20 @@ Passdb setting


.. dovecot_core:setting:: passdb_mechanisms
:values: @string
:values: @boollist
:added: 2.2.30

Skip the passdb, if non-empty and the current auth mechanism is not listed
here. Space or comma-separated list of auth mechanisms (e.g. ``PLAIN LOGIN``).
Also ``none`` can be used to match for a non-authenticating passdb lookup.
here. If the value contains ``none``, it matches for non-authenticating
passdb lookups. Example:

.. code-block:: none
passdb passwd-file {
driver = passwd-file
mechanisms = PLAIN LOGIN
# ...
}

.. dovecot_core:setting:: passdb_username_filter
:values: @string
Expand Down

0 comments on commit 35108b1

Please sign in to comment.