1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-28 19:40:54 +00:00
Radicale/radicale/auth
Peter Marschall c243ae4ebf LDAP auth: require exactly one result when searching for the LDAP user DN
This makes sure not fail securely when the query returns multiple entries

- correct grammar in some cases
- we're doing _authentication here, not authorization
- uppercase LDAP in messages & comments
- rename variable _ldap_version to _ldap_module_version
  to avoid misunderstanding it as LDAP's protocol version
- align formatting & messages better between _login2() and _login3()
2025-01-02 12:05:39 +01:00
..
__init__.py flake8 E302 2024-12-25 22:28:01 +03:00
denyall.py add support for auth.type=denyall 2024-06-07 06:45:39 +02:00
dovecot.py Disable overloading BaseAuth login method 2024-12-25 21:56:04 +03:00
htpasswd.py fix misspellings 2024-07-24 12:29:13 +02:00
http_x_remote_user.py Change name in file header 2021-12-09 16:55:46 +01:00
ldap.py LDAP auth: require exactly one result when searching for the LDAP user DN 2025-01-02 12:05:39 +01:00
none.py added compatibility with a case-insensitive authentication provider 2024-04-17 18:31:51 +03:00
remote_user.py Change name in file header 2021-12-09 16:55:46 +01:00