MatrixSynapse/synapse/handlers
Martin Weinelt 0a32208e5d Rework ldap integration with ldap3
Use the pure-python ldap3 library, which eliminates the need for a
system dependency.

Offer both a `search` and `simple_bind` mode, for more sophisticated
ldap scenarios.
- `search` tries to find a matching DN within the `user_base` while
  employing the `user_filter`, then tries the bind when a single
  matching DN was found.
- `simple_bind` tries the bind against a specific DN by combining the
  localpart and `user_base`

Offer support for STARTTLS on a plain connection.

The configuration was changed to reflect these new possibilities.

Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
2016-06-22 17:51:59 +02:00
..
__init__.py
_base.py
account_data.py
admin.py
appservice.py
auth.py Rework ldap integration with ldap3 2016-06-22 17:51:59 +02:00
directory.py
events.py
federation.py Only re-sign our own events 2016-06-17 14:47:33 +01:00
identity.py
message.py
presence.py
profile.py Remove registered_users from the distributor. 2016-06-17 19:14:16 +01:00
receipts.py
register.py Add a comment on why we don't create a profile for upgrading users 2016-06-17 19:18:53 +01:00
room.py Pull full state for each room all at once 2016-06-08 15:51:49 +01:00
room_member.py
search.py
sync.py
typing.py