summary refs log tree commit diff
path: root/synapse/util/ldap_auth_provider.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.