Typo fixes in config file
This commit is contained in:
parent
df85a8c990
commit
f6a6e77fb0
8
config
8
config
@ -50,7 +50,7 @@ stock = utf-8
|
||||
# Value: None | htpasswd | IMAP | LDAP | PAM | courier | http | remote_user | custom
|
||||
type = None
|
||||
|
||||
# custom auth handler
|
||||
# Custom authentication handler
|
||||
custom_handler =
|
||||
|
||||
# Htpasswd filename
|
||||
@ -99,7 +99,7 @@ http_password_parameter =
|
||||
|
||||
[git]
|
||||
# Git default options
|
||||
committer = Firstname Lastname <Radicale@Radicale.org>
|
||||
committer = Radicale <radicale@example.com>
|
||||
|
||||
|
||||
[rights]
|
||||
@ -108,10 +108,10 @@ committer = Firstname Lastname <Radicale@Radicale.org>
|
||||
backend = regex
|
||||
|
||||
# Rights management method
|
||||
# Value: None | owner_only | owner_write | from_file
|
||||
# Value: None | owner_only | owner_write | from_file | custom
|
||||
type = None
|
||||
|
||||
# Rights custom handler
|
||||
# Custom rights handler
|
||||
custom_handler =
|
||||
|
||||
# File for rights management from_file
|
||||
|
Loading…
Reference in New Issue
Block a user