1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-04 18:22:26 +00:00

clarification

This commit is contained in:
Peter Bieringer 2025-07-26 11:24:49 +02:00
parent f81a01e9ba
commit aead3a2a52

View file

@ -146,7 +146,7 @@ All configuration options are described in detail in the
In its default configuration since 3.5.0 Radicale rejects by default all authentication by `type = denyall` (introduced with 3.2.2) until explicitly configured. In its default configuration since 3.5.0 Radicale rejects by default all authentication by `type = denyall` (introduced with 3.2.2) until explicitly configured.
Before 3.5.0 it didn't check usernames or passwords, and if the server is reachable over a network, you should change this as soon as possible. Before 3.5.0 it didn't check usernames or passwords if not explicitly configured, and if the server is reachable over a network, you should change this as soon as possible.
First a `users` file with all usernames and passwords must be created. First a `users` file with all usernames and passwords must be created.
It can be stored in the same directory as the configuration file. It can be stored in the same directory as the configuration file.