This is an automated email from the ASF dual-hosted git repository. jan pushed a commit to branch fix/proxox in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
commit 35f460c024d6c21277b777539b3df0f05d75ac8c Author: Jan Lehnardt <[email protected]> AuthorDate: Fri Jul 13 17:27:14 2018 +0200 fix proxy auth docs, goes with https://github.com/apache/couchdb/pull/1436 --- src/api/server/authn.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/server/authn.rst b/src/api/server/authn.rst index 040b571..e33a78d 100644 --- a/src/api/server/authn.rst +++ b/src/api/server/authn.rst @@ -274,13 +274,13 @@ Proxy Authentication .. note:: To use this authentication method make sure that the - ``{couch_httpd_auth, proxy_authentication_handler}`` value in added to the + ``{chttpd_auth, proxy_authentication_handler}`` value in added to the list of the active :config:option:`chttpd/authentication_handlers`: .. code-block:: ini [chttpd] - authentication_handlers = {chttpd_auth, cookie_authentication_handler}, {couch_httpd_auth, proxy_authentication_handler}, {chttpd_auth, default_authentication_handler} + authentication_handlers = {chttpd_auth, cookie_authentication_handler}, {chttpd_auth, proxy_authentication_handler}, {chttpd_auth, default_authentication_handler} `Proxy authentication` is very useful in case your application already uses some external authentication service and you don't want to duplicate users and
