From: <var...@us...> - 2022-01-21 08:32:42
|
Revision: 10923 http://sourceforge.net/p/phpwiki/code/10923 Author: vargenau Date: 2022-01-21 08:32:38 +0000 (Fri, 21 Jan 2022) Log Message: ----------- config/config-dist.ini: comment defaults Modified Paths: -------------- trunk/config/config-dist.ini Modified: trunk/config/config-dist.ini =================================================================== --- trunk/config/config-dist.ini 2022-01-20 18:17:10 UTC (rev 10922) +++ trunk/config/config-dist.ini 2022-01-21 08:32:38 UTC (rev 10923) @@ -515,10 +515,10 @@ ; allow anon users to view or edit any existing pages ; Default: true -;ALLOW_ANON_USER = true +;ALLOW_ANON_USER = false ; allow anon users to edit pages ; Default: true -;ALLOW_ANON_EDIT = true +;ALLOW_ANON_EDIT = false ; If ALLOW_BOGO_LOGIN is true, users are allowed to login (with ; any/no password) using any userid which: @@ -528,7 +528,7 @@ ; If such a user will create a so called HomePage with his userid, he will ; be able to store his preferences and password there. ; Default: true -;ALLOW_BOGO_LOGIN = true +;ALLOW_BOGO_LOGIN = false ; True User Authentication: ; To require user passwords: @@ -538,7 +538,7 @@ ; ALLOW_USER_PASSWORDS = true. ; Otherwise any anon or bogo user might login without any or a wrong password. ; Default: true -;ALLOW_USER_PASSWORDS = true +;ALLOW_USER_PASSWORDS = false ; Many different methods can be used to check user's passwords: ; BogoLogin: WikiWord username, with no *actual* password checking, @@ -645,7 +645,6 @@ ; Default: ou=Groups ;LDAP_OU_GROUP = ou=Groups - ; IMAP authentication options: ; ; The IMAP server to check usernames from. Defaults to localhost. @@ -1105,12 +1104,12 @@ ; Here you can change the default dump directories. ; (Can be overridden by the directory argument) -DEFAULT_DUMP_DIR = /tmp/wikidump -HTML_DUMP_DIR = /tmp/wikidumphtml +;DEFAULT_DUMP_DIR = /tmp/wikidump +;HTML_DUMP_DIR = /tmp/wikidumphtml ; Filename suffix used for XHTML page dumps. ; If you don't want any suffix just comment this out. -HTML_DUMP_SUFFIX = .html +;HTML_DUMP_SUFFIX = .html ; The maximum file upload size, in bytes. ; Default: 16777216 (16 MB) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |