Skip to content

Commit

Permalink
Explain the goal of the sample "rights" file
Browse files Browse the repository at this point in the history
Related to #374
  • Loading branch information
liZe committed Apr 9, 2016
1 parent 7a0e267 commit af19377
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logging
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Logging config file for Radicale - A simple calendar server
#
# The default path for this file is /etc/radicale/logging
# The default path for this kind of files is /etc/radicale/logging
# This can be changed in the configuration file
#
# Other handlers are available. For more information, see:
Expand Down
7 changes: 6 additions & 1 deletion rights
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@

# Rights management file for Radicale - A simple calendar server
#
# Default path for this kind of files is ~/.config/radicale/rights
# The default path for this kind of files is ~/.config/radicale/rights
# This can be changed in the configuration file
#
# This file gives independant examples to help users write their own
# configuration files. Using these examples together in the same configuration
# file is meaningless.

# This means all users starting with "admin" may read any collection
[admin]
Expand Down

0 comments on commit af19377

Please sign in to comment.