From 3ffb810652ee575f2770c8b524b91e85dcf9892f Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Sat, 26 Jul 2025 09:22:38 +0000 Subject: [PATCH] Generate documentation --- master.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/master.html b/master.html index f777e712..ef312093 100644 --- a/master.html +++ b/master.html @@ -369,8 +369,10 @@ now". Wait a couple of minutes, it's done!
Victory! Open http://localhost:5232 in your browser! -You can log in with any username and password (no authentication is -required as long as not proper configured - INSECURE).
+You can log in with any username and password as no authentication is +required by example option--auth-type none
. But this is
+INSECURE, see Configuration/Authentication for
+more.
Just note that default configuration for security reason binds the
server to localhost
(IPv4: 127.0.0.1
, IPv6:
::1
). See Addresses and Configuration/Server for more.
All configuration options are described in detail in the Configuration section.
In its default configuration Radicale doesn't check usernames or -passwords. If the server is reachable over a network, you should change -this.
+In its default configuration since 3.2.2 Radicale rejects by default
+all authentication by type = denyall
until explicitly
+configured.
Before 3.2.2 it didn't check usernames or passwords, 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. It can be stored in the same directory as the configuration
file.