mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-23 17:48:30 +00:00
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.
This commit is contained in:
parent
cd6ca7f24d
commit
404bda536f
1 changed files with 5 additions and 0 deletions
|
@ -827,6 +827,11 @@ The PAM authentication module relies on `the pam module
|
|||
<http://atlee.ca/software/pam/>`_, 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
|
||||
-------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue