]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: If passdb/userdb_driver is empty, default to passdb/userdb_name
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 26 Feb 2024 10:07:52 +0000 (12:07 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 12 Feb 2025 10:34:12 +0000 (12:34 +0200)
commit3036c1c8a92075f190e075d5bd4e9ffde3eda9ee
treee53832e915e6c1399b9f3430568c5db890312387
parentb3868d05f5d9aa42d919e744cc70c3f1d15a449c
auth: If passdb/userdb_driver is empty, default to passdb/userdb_name

This allows configuring e.g.:

passdb passwd-file {
  passwd_file_path = ...
}

Without having to explicitly name the passdb and give the driver.
src/auth/auth-settings.c