Skip to content

ftCommunity/matrix-synapse-pam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAM auth provider for Synapse

Allows Synapse to use UNIX accounts through PAM.

Installation

For Debian, packages are available on the releases page.

For other distributions, install with ./setup.py install.

Usage

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.

Copyright

This software is copyright 2017 by Willem Mulder and licensed under the EUPL.

About

PAM auth provider for the Synapse Matrix server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%