MatrixSynapse/tests
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
..
api
appservice
config Add function to load config without generating it 2016-06-09 18:50:38 +01:00
crypto
events
handlers Fix a bug caused by a change in auth_handler function 2016-06-08 23:22:39 +02:00
metrics
replication
rest
storage Fix AS retries, but with correct ordering 2016-06-07 10:24:50 +01:00
util
__init__.py
test_distributor.py
test_dns.py
test_state.py
test_test_utils.py
test_types.py
unittest.py
utils.py Rework ldap integration with ldap3 2016-06-22 17:51:59 +02:00