1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00
Radicale/radicale/auth
Peter Marschall 99f5ec389d LDAP auth: indroduce config option 'ldap_user_attribute'
This option gives us
- flexible authentication options where the name used for logging on
  does not have to be the account name
  e.g. use ldap_filter = (&(obhjectclass=inetOrgperson)(|(cn={0]})(mail={0})))
  to allow loginng on using the cn or the mail address
- automatically consistent / canonicalized username values
  (i.e. exactly the way the LDAP server returns them)
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: indroduce config option 'ldap_user_attribute' 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