Commit History

Author SHA1 Message Date
  Peter Marschall 2d9830fb6a LDAP auth: add my Copyright to radicale/auth/ldap.py 5 months ago
  Peter Marschall f0626a8dde LDAP auth: change 'ldap_ssl_verify_mode' to NONE for ldapi:// 5 months ago
  Peter Marschall bcba53ed8d LDAP auth: re-factor handling of 'ldap_ssl_verify_mode' 5 months ago
  Peter Marschall 7df4c070e1 LDAP auth: fail on illegal values for config settings 5 months ago
  Peter Marschall b6ee3b6991 LDAP auth: align values when logging config options 5 months ago
  Peter Marschall 44c64d70f5 LDAP auth: _login2: re-bind as user within same connection 5 months ago
  Peter Marschall 2d7a9b001c LDAP auth: support TLS & start_tls also with python-ldap 5 months ago
  Peter Marschall f8b15eb122 LDAP auth: get rid of helper property '_use_encryption' 5 months ago
  Peter Marschall b21549b998 LDAP auth: warn if 'ldap_ssl_ca_file' is set without LDAP encryption 5 months ago
  Peter Marschall 73b77defe4 LDAP auth: warn on unset ldap_ssl_ca_file when certificate verification is wanted 5 months ago
  Peter Marschall c58eef4bac LDAP auth: infer 'ldap_security = tls' from the URL prefix: ldaps:// => LDAPS 5 months ago
  Peter Marschall 7eb0c66512 LDAP auth: refactor dealing with 'ldap_use_ssl' 5 months ago
  Peter Marschall caab7d3712 LDAP auth: load SSL/TLS config unconditionally 6 months ago
  Peter Marschall 5f89d18df6 LDAP auth: move evaluation of quirk for Authentik where it belongs 5 months ago
  Peter Bieringer 63b160c2b0 move evaluation of quirk for Authentik where it belongs, superseeds https://github.com/Kozea/Radicale/pull/1877 5 months ago
  Peter Marschall 9eb9556536 LDAP auth: decode UTF-8 byte sequences to strings only if necessary 6 months ago
  Peter Marschall cde4c5f2e8 LDAP auth: stop giving type hints for local list variables 6 months ago
  Peter Marschall 9b216a9f24 LDAP auth: define fallback value for _use_encryption 6 months ago
  Peter Marschall 5c4a0578b0 LDAP auth: fix _login2() by importing ldap.filter 6 months ago
  Peter Marschall 5a183e3c2b LDAP auth: make flake8 happy 6 months ago
  Peter Marschall 5f677fc77e LDAP auth: document all paramters at the top of the file 6 months ago
  Peter Marschall 8821612fa8 LDAP auth: allow finding groups based on separate search 7 months ago
  Peter Marschall be3d58c55d LDAP auth: protect LDAP search with a try: .. except clause 7 months ago
  Dipl. Ing. Péter Varkoly 95b3944ade Do not read server info by bind to avoid needless network trafic. 9 months ago
  gajus b805393bd9 Standardize LDAP security configuration naming 10 months ago
  gajus 1162a3a011 Add support for start_tls 10 months ago
  Miles Liu 24138389ed fix(auth/ldap): Extract user attribute from list in _login3 10 months ago
  Peter Bieringer 6b83c409d4 Merge pull request #1742 from BastelBaus/patch-2 11 months ago
  BastelBaus@gmail.com 5d5b12c124 fixed flake8 errors 11 months ago
  BastelBaus 2439266d0e Update ldap.py 11 months ago