Software /
code /
prosody
Comparison
CHANGES @ 12333:ed8a4f8dfd27
usermanager, mod_saslauth: Default to internal_hashed if no auth module specified
The default config was updated in this way long ago, but if no option was
present in the config, Prosody would load internal_plain.
This change can result in changes (for the better) for people using very old
configuration files lacking an 'authentication' setting.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 10 Feb 2022 19:54:14 +0000 |
parent | 12330:38b5b05407be |
child | 12362:0fd58f54d653 |
comparison
equal
deleted
inserted
replaced
12332:0d245034600a | 12333:ed8a4f8dfd27 |
---|---|
32 - Direct TLS (including https) certificates updated on reload | 32 - Direct TLS (including https) certificates updated on reload |
33 - Pluggable authorization providers (mod_authz_) | 33 - Pluggable authorization providers (mod_authz_) |
34 - Easy use of Mozilla TLS recommendations presets | 34 - Easy use of Mozilla TLS recommendations presets |
35 - Unencrypted HTTP port (5280) restricted to loopback by default | 35 - Unencrypted HTTP port (5280) restricted to loopback by default |
36 - require_encryption options default to 'true' if unspecified | 36 - require_encryption options default to 'true' if unspecified |
37 - Authentication module defaults to 'internal_hashed' if unspecified | |
37 | 38 |
38 ### HTTP | 39 ### HTTP |
39 | 40 |
40 - CORS handling now provided by mod_http | 41 - CORS handling now provided by mod_http |
41 - Built-in HTTP server now handles HEAD requests | 42 - Built-in HTTP server now handles HEAD requests |