Skip to main content

An LDAP3 auth provider for Synapse

Project description

Allows synapse to use LDAP as a password provider.

Installation

  • Via deb package python-matrix-synapse-ldap3 available in the same repo as the synapse package

  • Via python’s package manager: pip install matrix-synapse-ldap3

Usage

Example synapse config:

password_providers:
 - module: "ldap_auth_provider.LdapAuthProvider"
   config:
     enabled: true
     uri: "ldap://ldap.example.com:389"
     start_tls: true
     base: "ou=users,dc=example,dc=com"
     attributes:
        uid: "cn"
        mail: "email"
        name: "givenName"
     #bind_dn:
     #bind_password:
     #filter: "(objectClass=posixAccount)"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

matrix-synapse-ldap3-0.1.2.tar.gz (10.4 kB view details)

Uploaded Source

File details

Details for the file matrix-synapse-ldap3-0.1.2.tar.gz.

File metadata

File hashes

Hashes for matrix-synapse-ldap3-0.1.2.tar.gz
Algorithm Hash digest
SHA256 b63904ed5ee8b6910b95b33cab3256027456dfd10c777e1b471f27fbbb67656e
MD5 a78a672953ba453ef45c36e967605610
BLAKE2b-256 f5660cdbb94503f39204a412fd29c5cb88fe09dbb7b062f36b51ab2c15e6e740

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page