You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2014/03/27 14:02:43 UTC

couchdb commit: updated refs/heads/1.5.x to b84db75

Repository: couchdb
Updated Branches:
  refs/heads/1.5.x 5fca7956e -> b84db75c8


Fix the name of proxy handler


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/b84db75c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/b84db75c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/b84db75c

Branch: refs/heads/1.5.x
Commit: b84db75c8e6c9f435543b555e9a78d9bdc316d90
Parents: 5fca795
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Mar 27 17:01:59 2014 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Mar 27 17:01:59 2014 +0400

----------------------------------------------------------------------
 share/doc/src/api/server/authn.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/b84db75c/share/doc/src/api/server/authn.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/api/server/authn.rst b/share/doc/src/api/server/authn.rst
index a3ac3ea..47aa76d 100644
--- a/share/doc/src/api/server/authn.rst
+++ b/share/doc/src/api/server/authn.rst
@@ -270,13 +270,13 @@ Proxy Authentication
 
 .. note::
    To use this authentication method make sure that the
-   ``{couch_httpd_auth, proxy_authentication_handler}`` value in added to
+   ``{couch_httpd_auth, proxy_authentification_handler}`` value in added to
    the list of the active :config:option:`httpd/authentication_handlers`:
 
    .. code-block:: ini
 
       [httpd]
-      authentication_handlers = {couch_httpd_oauth, oauth_authentication_handler}, {couch_httpd_auth, cookie_authentication_handler}, {couch_httpd_auth, proxy_authentication_handler}, {couch_httpd_auth, default_authentication_handler}
+      authentication_handlers = {couch_httpd_oauth, oauth_authentication_handler}, {couch_httpd_auth, cookie_authentication_handler}, {couch_httpd_auth, proxy_authentification_handler}, {couch_httpd_auth, default_authentication_handler}
 
 
 `Proxy authentication` is very useful in case your application already uses