summaryrefslogtreecommitdiff
path: root/rel
diff options
context:
space:
mode:
authorRonny Berndt <ronny@apache.org>2022-08-22 16:43:07 +0200
committerRonny <ronny@apache.org>2022-08-23 08:51:07 +0200
commit6f5a021f78006080874ce8ed678a141f20f8cdfe (patch)
treebe0074c9e2bfe35deac39e6faa81e63b85160335 /rel
parentbaef83f6ba6b9b3dc45c8c653b7b829c3345e0c7 (diff)
downloadcouchdb-6f5a021f78006080874ce8ed678a141f20f8cdfe.tar.gz
config section for require_valid_user is only [chttpd]
Diffstat (limited to 'rel')
-rw-r--r--rel/overlay/etc/default.ini3
-rw-r--r--rel/overlay/etc/local.ini6
2 files changed, 1 insertions, 8 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 316c7960c..b88dbcbce 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -247,7 +247,6 @@ bind_address = 127.0.0.1
; These options are moved from [couch_httpd_auth]
;authentication_redirect = /_utils/session.html
-;require_valid_user = false
;timeout = 600 ; number of seconds before automatic logout
;auth_cache_size = 50 ; size is number of cache entries
;allow_persistent_cookies = true ; set to false to disallow persistent cookies
@@ -323,7 +322,7 @@ bind_address = 127.0.0.1
authentication_db = _users
; These settings were moved to [chttpd_auth]
-; authentication_redirect, require_valid_user, timeout,
+; authentication_redirect, timeout,
; auth_cache_size, allow_persistent_cookies, iterations, min_iterations,
; max_iterations, password_scheme, password_regexp, proxy_use_secret,
; public_fields, secret, users_db_public, cookie_domain, same_site
diff --git a/rel/overlay/etc/local.ini b/rel/overlay/etc/local.ini
index 4c847617c..17353a368 100644
--- a/rel/overlay/etc/local.ini
+++ b/rel/overlay/etc/local.ini
@@ -43,12 +43,6 @@
; the whitelist.
;config_whitelist = [{httpd,config_whitelist}, {log,level}, {etc,etc}]
-[chttpd_auth]
-; If you set this to true, you should also uncomment the WWW-Authenticate line
-; above. If you don't configure a WWW-Authenticate header, CouchDB will send
-; Basic realm="server" in order to prevent you getting logged out.
-; require_valid_user = false
-
[ssl]
;enable = true
;cert_file = /full/path/to/server_cert.pem