Skip to main content

An LDAP3 auth provider for Synapse

Project description

Allows synapse to use LDAP as a password provider.

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.0.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

matrix_synapse_ldap3-0.1.0-py2-none-any.whl (6.0 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for matrix-synapse-ldap3-0.1.0.tar.gz
Algorithm Hash digest
SHA256 4c3cabe53772d533d8fd844e03010f045e3239df5e23f87396e3885f19577d88
MD5 bcf8e64c3b47340cb22f5e188e3ac31c
BLAKE2b-256 28db8a6d1aae533760601f66931c75bef73a70689a19aa8a46bfc1e868aa947f

See more details on using hashes here.

File details

Details for the file matrix_synapse_ldap3-0.1.0-py2-none-any.whl.

File metadata

File hashes

Hashes for matrix_synapse_ldap3-0.1.0-py2-none-any.whl
Algorithm Hash digest
SHA256 32ac908c39f7fe77443647233a36d1e0903173f632551e8d1fca24dffca3621f
MD5 097c1dcb044af70203f88f9cc645a30a
BLAKE2b-256 3d01c1b6b21e4b6700df0be547eabe42c53bb3abb1c18c4cd9ecd538513cdb16

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