Typo fixes in config file

This commit is contained in:
Guillaume Ayoub 2014-02-05 13:58:30 +01:00
parent df85a8c990
commit f6a6e77fb0

8
config
View File

@ -50,7 +50,7 @@ stock = utf-8
# Value: None | htpasswd | IMAP | LDAP | PAM | courier | http | remote_user | custom # Value: None | htpasswd | IMAP | LDAP | PAM | courier | http | remote_user | custom
type = None type = None
# custom auth handler # Custom authentication handler
custom_handler = custom_handler =
# Htpasswd filename # Htpasswd filename
@ -99,7 +99,7 @@ http_password_parameter =
[git] [git]
# Git default options # Git default options
committer = Firstname Lastname <Radicale@Radicale.org> committer = Radicale <radicale@example.com>
[rights] [rights]
@ -108,10 +108,10 @@ committer = Firstname Lastname <Radicale@Radicale.org>
backend = regex backend = regex
# Rights management method # Rights management method
# Value: None | owner_only | owner_write | from_file # Value: None | owner_only | owner_write | from_file | custom
type = None type = None
# Rights custom handler # Custom rights handler
custom_handler = custom_handler =
# File for rights management from_file # File for rights management from_file