mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 05:37:37 +03:00
add cache_logins* options
This commit is contained in:
parent
ac8abbd12c
commit
74311560c9
3 changed files with 26 additions and 0 deletions
6
config
6
config
|
@ -62,6 +62,12 @@
|
|||
# Value: none | htpasswd | remote_user | http_x_remote_user | ldap | denyall
|
||||
#type = none
|
||||
|
||||
# Cache successful logins for until expiration time
|
||||
#cache_logins = false
|
||||
|
||||
# Expiration time for caching successful logins in seconds
|
||||
#cache_logins_expiry = 5
|
||||
|
||||
# URI to the LDAP server
|
||||
#ldap_uri = ldap://localhost
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue