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)"
Troubleshooting and Debugging
matrix-synapse-ldap3 logging is included in the Synapse homeserver log (typically homeserver.log). The LDAP plugin log level can be increased to DEBUG for troubleshooting and debugging by making the following modifications to your Synapse server’s logging configuration file:
Set the value for handlers.file.level to DEBUG:
handlers:
file:
# [...]
level: DEBUG
Add the following to the loggers section:
loggers:
# [...]
ldap3:
level: DEBUG
ldap_auth_provider:
level: DEBUG
Finally, restart your Synapse server for the changes to take effect:
synctl restart
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 Distribution
File details
Details for the file matrix-synapse-ldap3-0.1.3.tar.gz
.
File metadata
- Download URL: matrix-synapse-ldap3-0.1.3.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6cd04a901ef136cc45b50e68fadf5cf8cb947ee754166f66c4b81e8930f0d28 |
|
MD5 | d889d5390f5e566307b9fedb01b32ff3 |
|
BLAKE2b-256 | ef9f313bc9213b84e7a65a740cb6967f49aaa7645d54a96914b55c161eba40d2 |