summary refs log tree commit diff
path: root/synapse/util/ldap_auth_provider.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use external ldap auth pacakgeErik Johnston2016-11-151-369/+0
|
* Explicitly set authentication mode in ldap3Erik Johnston2016-11-081-1/+2
| | | | | | This only makes a difference for versions of ldap3 before 1.0, but a) its best to be explicit and b) there are distributions that package ancient versions for ldap3 (e.g. debian).
* Implement pluggable password authErik Johnston2016-10-031-0/+368
Allows delegating the password auth to an external module. This also moves the LDAP auth to using this system, allowing it to be removed from the synapse tree entirely in the future.