You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/04/15 17:27:02 UTC

[couchdb] 01/01: Clarify & correct require_valid_user setting

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch COUCHDB-3100
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 96d10a9046f829802443fff799f9fff061b8c415
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Sat Apr 15 13:26:17 2017 -0400

    Clarify & correct require_valid_user setting
    
    Fixes COUCHDB-3100
---
 rel/overlay/etc/default.ini | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 348bae4..2cb5bca 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -42,11 +42,13 @@ n=3
 ; placement = metro-dc-a:2,metro-dc-b:1
 
 [chttpd]
+; These settings affect the main, clustered port (5984 by default).
 port = {{cluster_port}}
 bind_address = 127.0.0.1
 backlog = 512
 docroot = {{fauxton_root}}
 socket_options = [{recbuf, 262144}, {sndbuf, 262144}, {nodelay, true}]
+require_valid_user = false
 
 [database_compaction]
 ; larger buffer sizes can originate smaller files
@@ -135,6 +137,8 @@ port = 6984
 ; min_writer_size = 16777216
 
 [couch_httpd_auth]
+; WARNING! This only affects the node-local port (5986 by default).
+; You probably want the settings under [chttpd].
 authentication_db = _users
 authentication_redirect = /_utils/session.html
 require_valid_user = false

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.