Skip to content

Commit 1165757

Browse files
committed
settings: passdb_default_password_scheme - Default changes from PLAIN to CRYPT
1 parent 53cf7d5 commit 1165757

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

data/settings.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9464,8 +9464,13 @@ If yes, import all fields returned by the passdb lookup. If no, require
94649464
tags: [ 'passdb' ],
94659465
values: setting_types.STRING,
94669466
default: {
9467-
value: 'PLAIN',
9468-
text: 'specific [[link,passdb]] have different defaults',
9467+
value: 'CRYPT',
9468+
text: `specific [[link,passdb]] have different defaults<br />
9469+
\`passdb_static\`: \`PLAIN\``,
9470+
},
9471+
changed: {
9472+
settings_passdb_default_password_scheme_changed: `
9473+
Changed from \`PLAIN\` to \`CRYPT\`.`
94699474
},
94709475
text: `
94719476
The scheme that passwords are in the passdb, unless overridden by the passdb

data/updates.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ export const updates = {
156156
settings_mailbox_directory_name_legacy_deprecated: '2.4.2',
157157
settings_mailbox_special_use_changed: '2.4.0',
158158
settings_metric_fields_changed: '2.4.0',
159+
settings_passdb_default_password_scheme_changed: '2.4.3',
159160
settings_passdb_mechanisms_filter_added: '2.4.0',
160161
settings_passdb_static_password_added: '2.4.0',
161162
settings_ssl_client_ca_added: '2.4.0',

docs/installation/upgrade/2.4-to-2.4.x.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ changed to `2.4.3`.
5353
| ------- | ----------------- | ----------------- |
5454
| [[setting,lazy_expunge_only_last_instance]] | `no` | `yes` |
5555
| [[setting,mail_access_groups]] | | [[setting,default_internal_group]] |
56+
| [[setting,passdb_default_password_scheme]] | `PLAIN` | `CRYPT` |
57+
| `passdb_passwd_file/passdb_default_password_scheme` | `PLAIN` | `CRYPT` |
58+
| `passdb_sql/passdb_default_password_scheme` | `PLAIN` | `CRYPT` |
5659
| `service/doveadm/service_extra_groups` | [[setting,default_internal_group]] | |
5760
| `service/imap/service_extra_groups` | [[setting,default_internal_group]] | |
5861
| `service/imap-urlauth-worker/service_extra_groups` | [[setting,default_internal_group]] | |

0 commit comments

Comments
 (0)