From 445a194370d97c4aef729be1d0ec1e2667c06dd9 Mon Sep 17 00:00:00 2001 From: Julien Miotte Date: Tue, 8 Apr 2014 19:43:07 +0200 Subject: [PATCH 1/2] Adding precisions about the "None" right management setting. Also, "everybody has" is the correct English sentence. --- pages/user_documentation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index 580219e3..0bc9c37c 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -737,7 +737,7 @@ your configuration file. None ~~~~ -Everybody have read and write access to all collections. +Everybody (including anonymous users) has read and write access to all collections. Owner Only ~~~~~~~~~~ From 404bda536fb92334b2047ab6d36cf31c1d5ef70e Mon Sep 17 00:00:00 2001 From: Julien Miotte Date: Tue, 8 Apr 2014 19:48:13 +0200 Subject: [PATCH 2/2] Adding an hint for PAM authentification on Linux. As said, if PAM is configured to check against the system files, the user running Radicale must have the proper permissions. --- pages/user_documentation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index 580219e3..83aa024b 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -827,6 +827,11 @@ The PAM authentication module relies on `the pam module `_, and thus only works with 2.x versions of Python. +Bear in mind that on Linux systems, if you're authenticating against PAM +files (i.e. ``/etc/shadow``), the user running Radicale must have the right +permissions. For instance, you might want to add the ``radicale`` user +to the ``shadow`` group. + HTTP Authentication -------------------