Peter Bieringer
348b123b43
enhancements related to https://github.com/Kozea/Radicale/issues/1807
2025-06-19 07:33:08 +02:00
Peter Bieringer
7c69671923
extend doc related to https://github.com/Kozea/Radicale/issues/1804
2025-06-14 10:19:44 +02:00
Peter Bieringer
9f93ec1813
extend doc, related to #1786
2025-05-25 08:46:13 +02:00
Peter Bieringer
4e20457b78
add version since rights_rule_doesnt_match_on_debug is available
2025-05-18 07:34:50 +02:00
Peter Bieringer
e13a120c47
fix doc according to https://github.com/Kozea/Radicale/discussions/1778#discussioncomment-13122398
2025-05-13 06:22:49 +02:00
Peter Bieringer
a655bd7f23
improve doc triggered by https://github.com/Kozea/Radicale/discussions/1778
2025-05-09 18:08:22 +02:00
Juan F Arjona
dd25527252
Update DOCUMENTATION.md
2025-05-05 15:25:56 -05:00
Peter Bieringer
8312d7761a
argon2: doc
2025-04-30 06:24:10 +02:00
gajus
b805393bd9
Standardize LDAP security configuration naming
2025-04-21 21:26:58 +02:00
gajus
1162a3a011
Add support for start_tls
2025-04-19 17:02:45 +02:00
Peter Bieringer
a64a774ef1
incorporate hints provided by https://github.com/Kozea/Radicale/issues/1757
2025-04-13 11:10:18 +02:00
Peter Bieringer
1c89b2fe30
change Debian URL to https
2025-04-13 07:04:38 +02:00
Peter Bieringer
29915b20c8
add clarification about external auth methods
2025-03-28 06:19:03 +01:00
Peter Bieringer
3bdc438283
storage hook extend doc
2025-03-27 08:32:23 +01:00
Peter Bieringer
7fcf473662
ldap_ignore_attribute_create_modify_timestamp changelog + cosmetics in description
2025-03-25 07:11:36 +01:00
BastelBaus@gmail.com
5d5b12c124
fixed flake8 errors
2025-03-24 22:14:29 +01:00
BastelBaus
9f7941d428
Update DOCUMENTATION.md
2025-03-24 20:19:28 +01:00
Peter Bieringer
7d351d6692
bugfix
2025-03-22 18:24:15 +01:00
Peter Bieringer
d4e23e6731
add additional links
2025-03-22 18:24:05 +01:00
Peter Bieringer
de527632e0
add note about authentication
2025-03-22 07:14:24 +01:00
Peter Bieringer
217978e9d5
review, add hint about virtualenv
2025-03-22 07:10:16 +01:00
Peter Bieringer
e8c974a72a
add versions when option was introduced
2025-03-15 14:35:30 +01:00
Peter Bieringer
7bb4beeae2
add note when was introduced
2025-03-15 14:33:55 +01:00
Peter Bieringer
c9ffde27d8
add forgotten entry
2025-03-15 14:32:10 +01:00
Peter Bieringer
081b8a7fcc
extension related to https://github.com/Kozea/Radicale/issues/1529
2025-03-14 21:39:20 +01:00
Peter Bieringer
8f2099baf8
add note about unpatched htpasswd related to https://github.com/Kozea/Radicale/issues/1721
2025-03-13 06:43:27 +01:00
Peter Bieringer
e52056dea3
InfCloud: update related to support of bundled package
2025-03-06 08:32:27 +01:00
Peter Bieringer
bc2444bb9a
script_name: DOC
2025-03-02 09:04:36 +01:00
Peter Bieringer
29b1da4652
takeover hints from https://github.com/Kozea/Radicale/issues/1168
2025-02-25 06:33:50 +01:00
Peter Bieringer
6683775c81
pam: doc
2025-02-22 17:48:51 +01:00
Peter Bieringer
9791a4db0f
pam: doc
2025-02-22 17:48:31 +01:00
Rob Aguilar
938f6a97fd
Update DOCUMENTATION.md
...
Corrected the method override in the authentication plugin example. The original example suggested overriding login(), but BaseAuth expects _login() to be implemented instead. Overriding login() causes a Too many values to unpack error.
2025-02-06 21:56:03 -05:00
Peter Bieringer
6f68a64855
oauth2 doc
2025-02-02 09:14:04 +01:00
Peter Bieringer
780aaa7e3e
clarify quick installation guides
2025-01-26 12:10:37 +01:00
Peter Bieringer
72c7d32e44
dovecot: extend doc
2025-01-16 06:01:29 +01:00
Peter Bieringer
c24659c5ec
imap: doc and default config
2025-01-16 06:01:01 +01:00
Peter Bieringer
a93af6f177
update changelog and doc and config for https://github.com/Kozea/Radicale/pull/1678
2025-01-14 08:57:35 +01:00
Peter Bieringer
08a35b19c8
doc bugfix
2025-01-10 07:21:26 +01:00
Peter Bieringer
1634ce9498
add note about install
2025-01-09 23:08:01 +01:00
Peter Bieringer
be64e57ae8
fix topic level
2025-01-09 22:50:51 +01:00
Peter Marschall
f9dd3efc3a
LDAP auth: remove config option 'ldap_load_groups'
...
The same effect can be achieved using the option 'ldap_groups_attribute' alone,
if it's default becomes unset instead of 'memberOf'
Benefit: one config option less to deal with.
While at it, also fix header level for 'ldap_user_attribute' in documentation.
2025-01-03 20:47:31 +01:00
Peter Marschall
6c1445d8db
LDAP auth: introduce config option 'ldap_groups_attribute'
...
This attribute is supposed to hold the group membership information
if the config option 'ldap_load_groups' is True.
If not given, it defaults to 'memberOf' for Active Directory.
Introducing this options allows one to use radicale's LDAP auth with groups
even on LDAP servers that keep their group memberships in a different attribute
than 'memberOf', e.g. Novell eDirectory which uses 'groupMembership'.
2025-01-03 20:27:21 +01:00
Peter Bieringer
b0d56f898b
Merge pull request #1668 from pbiering/login-cache
...
add optional cache for login result and htpasswd + fixes
final version will be updated to 3.4.0 next
2025-01-03 07:51:06 +00:00
Peter Bieringer
73f8f950d0
add content from https://github.com/Kozea/Radicale/pull/1073
2025-01-03 07:19:33 +01:00
Peter Bieringer
b122002077
drop support of python 3.8, fixes https://github.com/Kozea/Radicale/issues/1628
2025-01-03 00:41:26 +01:00
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
Peter Bieringer
46fe98f60b
make htpasswd cache optional
2025-01-01 16:31:31 +01:00
Peter Bieringer
79ba07e16b
change default cache times
2024-12-31 16:13:05 +01:00
Peter Bieringer
a794a51885
fix failed_login cache, improve coding
2024-12-31 07:57:54 +01:00
Peter Bieringer
74311560c9
add cache_logins* options
2024-12-30 08:17:59 +01:00