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
Release history Release notifications | RSS feed
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
File details
Details for the file matrix_synapse_ldap3-0.1.1-py2-none-any.whl
.
File metadata
- Download URL: matrix_synapse_ldap3-0.1.1-py2-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7368098fa59ece803d82ccb21e5bcf8191bd2f9e5dfb840d7b6aed885dc2021 |
|
MD5 | f0a29901fcb6a2e9488afb1932114bdc |
|
BLAKE2b-256 | 451950c19a6977dd934e6453f6ca0d41821909c5d5d8241a2fec6700cf54212e |