diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-07-02 18:39:17 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-07-02 18:39:17 +0000 |
commit | b919a25e31577c13a91e6b53ad3badac66744253 (patch) | |
tree | 5963cd15e605d251c5f58b7024706ec0a40aa529 /etc | |
parent | c09569f8ea99cd8a7e2fbf580d7da847d345cda7 (diff) |
helpful note about configuring require_valid_user=true
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@960085 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r-- | etc/couchdb/local.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/couchdb/local.ini b/etc/couchdb/local.ini index 7399f156..7aa049a0 100644 --- a/etc/couchdb/local.ini +++ b/etc/couchdb/local.ini @@ -13,6 +13,10 @@ ; Uncomment next line to trigger basic-auth popup on unauthorized requests. ;WWW-Authenticate = Basic realm="administrator" +[couch_httpd_auth] +; if you set this to true, you should also uncomment the WWW-Authenticate line above +; require_valid_user = false + [log] ;level = debug |