diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-06-25 05:30:51 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-06-25 05:30:51 +0000 |
commit | 6d88c8c6d66772a1dac1d351405eff9c513d263e (patch) | |
tree | 88392cfcbae52f4cd5daab8bef491dd3d90cb4ed /etc/couchdb | |
parent | a3886989b9e09ca5d01e18f1e39e9dae0f280530 (diff) |
make the authentication redirect URL configurable. setting it to the empty string yields the 0.11 behavior
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957805 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb')
-rw-r--r-- | etc/couchdb/default.ini.tpl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 7b9ac37c..af6b9bf4 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -29,6 +29,7 @@ include_sasl = true [couch_httpd_auth] authentication_db = _users +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 |