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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for matrix_synapse_ldap3-0.1.1-py2-none-any.whl
Algorithm Hash digest
SHA256 f7368098fa59ece803d82ccb21e5bcf8191bd2f9e5dfb840d7b6aed885dc2021
MD5 f0a29901fcb6a2e9488afb1932114bdc
BLAKE2b-256 451950c19a6977dd934e6453f6ca0d41821909c5d5d8241a2fec6700cf54212e

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