* viewvc.conf.dist

(authorizer): Update comment to describe provided authorizers and
    mention forbiddenre.

git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1764 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/issue-57-dev
cmpilato 2008-02-06 21:21:00 +00:00
parent 057ab0fe25
commit b049f1dca8
1 changed files with 6 additions and 1 deletions

View File

@ -315,7 +315,12 @@ allowed_views = markup, annotate
# vcauth.GenericViewVCAuthorizer). You can provide custom parameters
# to the authorizer module by defining configuration sections named
# authz-MODULENAME and adding the parameter keys and values there.
# ViewVC provides the following modules: "svnauthz", "forbidden"
#
# ViewVC provides the following modules:
# svnauthz - based on Subversion authz files
# forbidden - simple path glob matches against top-level root directories
# forbidden - root and path matches against regular expressions
#
authorizer = forbidden
# mangle_email_addresses: Mangle email addresses in marked-up output.