PAM authentication plugin for Radicale
Project description
# PAM authentication plugin for Radicale
[Radicale] is a CalDAV and CardDAV server, for storing calendars and
contacts. This python module provides an authentication plugin for Radicale
to make use of the [Linux PAM] system library.
[Radicale]: https://radicale.org/
[Linux PAM]: http://www.linux-pam.org/
## Installation
```shell
pip3 install radicale-auth-PAM
```
## Configuration
```INI
[auth]
# Authentication method
type = radicale_auth_PAM
# PAM Service used for authentication
#pam_service = login
```
By default, we use the login PAM service to do authentication. However, you
can create a custom PAM service if want. For example, if you have `pam_service=radicale` and then have the following contents in `/etc/pam.d/radicale`:
```
#%PAM-1.0
# /etc/pam.d/radicale
auth required pam_succeed_if.so quiet_success user ingroup radicale-users
@include common-auth
```
Then users will need to be a member of the `radicale-users` group before being
granted access.
[Radicale] is a CalDAV and CardDAV server, for storing calendars and
contacts. This python module provides an authentication plugin for Radicale
to make use of the [Linux PAM] system library.
[Radicale]: https://radicale.org/
[Linux PAM]: http://www.linux-pam.org/
## Installation
```shell
pip3 install radicale-auth-PAM
```
## Configuration
```INI
[auth]
# Authentication method
type = radicale_auth_PAM
# PAM Service used for authentication
#pam_service = login
```
By default, we use the login PAM service to do authentication. However, you
can create a custom PAM service if want. For example, if you have `pam_service=radicale` and then have the following contents in `/etc/pam.d/radicale`:
```
#%PAM-1.0
# /etc/pam.d/radicale
auth required pam_succeed_if.so quiet_success user ingroup radicale-users
@include common-auth
```
Then users will need to be a member of the `radicale-users` group before being
granted access.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
radicale_auth_PAM-0.2.tar.gz
(14.5 kB
view details)
Built Distribution
File details
Details for the file radicale_auth_PAM-0.2.tar.gz
.
File metadata
- Download URL: radicale_auth_PAM-0.2.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.8.1 pkginfo/1.2.1 requests/2.12.4 setuptools/33.1.1 requests-toolbelt/0.7.0 clint/0.5.1 CPython/3.5.3 Linux/4.9.0-8-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7001ddfb65b3616144314a31ec985aa781cb598dd9e4ff4f092dd20f66895b6f
|
|
MD5 |
7f1d94dab82cf602856da6cd19fb9150
|
|
BLAKE2b-256 |
be385b0bf442c8a32220de7f5a14905405ae7eea86b28b353fba243be26ea501
|
File details
Details for the file radicale_auth_PAM-0.2-py3-none-any.whl
.
File metadata
- Download URL: radicale_auth_PAM-0.2-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.8.1 pkginfo/1.2.1 requests/2.12.4 setuptools/33.1.1 requests-toolbelt/0.7.0 clint/0.5.1 CPython/3.5.3 Linux/4.9.0-8-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f50671531ae6d8cc2e8cf33e3ad9a3443bdebc0792d90129b05af1f3429810c0
|
|
MD5 |
b31830fbcd8f9c869077c39d8b4860a3
|
|
BLAKE2b-256 |
9e83f6c75a2ae86be6eb20ced1b13198584fdc6ab93ab5ae2a576449bf9045ee
|