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
..
2016-05-13 15:34:15 +02:00
2016-02-19 15:34:38 +00:00
2016-02-19 15:34:38 +00:00
2016-02-19 15:34:38 +00:00
2016-06-03 11:26:52 +01:00
2016-06-02 13:31:45 +01:00
2016-04-07 14:19:02 +01:00
2016-02-19 15:34:38 +00:00
2016-04-06 10:12:30 +01:00
2016-01-26 13:52:29 +00:00
2016-02-19 15:34:38 +00:00
2016-06-22 17:51:59 +02:00