Allows Synapse to use UNIX accounts through PAM.
For Debian, packages are available on the releases page.
For other distributions, install with ./setup.py install
.
Example Synapse config:
password_providers:
- module: "pam_auth_provider.PAMAuthProvider"
config:
create_users: true
The create_users
-key specifies whether to create Matrix accounts
for valid system accounts.
This software is copyright 2017 by Willem Mulder and licensed under the EUPL.