From 7dc77b1543421c53b786eb5dd6a9f5e99ab9ddb3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Wed, 28 Feb 2024 15:57:38 +0100 Subject: [PATCH] documetnation fro moinmoin authenticator --- config.sh.example | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/config.sh.example b/config.sh.example index 9edf811..89b24a5 100644 --- a/config.sh.example +++ b/config.sh.example @@ -189,7 +189,7 @@ # Set default ACLs (Note the line break!) # # ACL_DEFAULT="Known:read,write -All:read" +# All:read" # # ACLs that will be processed _after_ processing any page ACLs. By default, # unless overridde by page ACLs or ACL_OVERRIDE, all registered users can @@ -197,6 +197,16 @@ All:read" # This does not prevent a page author from e.g. granting write access to # outsiders since page ACLs take precedence over this setting. +# Plugins +# ======= + +# Authentication: moinmoin +# +# MOIN_USERS="${MOIN_USERS:-/srv/moinwiki/data/user/}" +# +# Location of the moinmoin "user/"-directory where all the user files +# can be found + # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # If you have choosen to ignore the initial recommendation of setting the # environment in your webserver configuration, and if you have used this -- 2.39.2