summaryrefslogtreecommitdiff
path: root/etc/couchdb
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2010-07-25 18:16:54 +0000
committerJohn Christopher Anderson <jchris@apache.org>2010-07-25 18:16:54 +0000
commit1a4a80993f5e18a3bea485246757148daef5f476 (patch)
treef524593f8d00e6d3a0a293580ac145987fa0cd93 /etc/couchdb
parent89a63361afc6de2a198ed9db0c82a49a54047a49 (diff)
send a basic-auth popup header if require_valid_user=true, to prevent lock-out
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@979083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb')
-rw-r--r--etc/couchdb/local.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/couchdb/local.ini b/etc/couchdb/local.ini
index 7aa049a0..f20b197a 100644
--- a/etc/couchdb/local.ini
+++ b/etc/couchdb/local.ini
@@ -14,7 +14,9 @@
;WWW-Authenticate = Basic realm="administrator"
[couch_httpd_auth]
-; if you set this to true, you should also uncomment the WWW-Authenticate line above
+; 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
[log]