Remove authentication_db and add users_db_suffix

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

Branch: refs/heads/master
Commit: dab0d9e0df12a10c293f7a585b9f158b462e7d4f
Parents: 5a5ad39
Author: ILYA Khlopotov <iil...@ca.ibm.com>
Authored: Mon Sep 19 11:11:25 2016 -0700
Committer: ILYA Khlopotov <iil...@ca.ibm.com>
Committed: Mon Sep 19 11:11:25 2016 -0700

----------------------------------------------------------------------
 src/config/auth.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/dab0d9e0/src/config/auth.rst
----------------------------------------------------------------------
diff --git a/src/config/auth.rst b/src/config/auth.rst
index 1b6bde3..f1f9924 100644
--- a/src/config/auth.rst
+++ b/src/config/auth.rst
@@ -177,7 +177,7 @@ Authentication Configuration
         .. versionadded:: 1.4
 
         A comma-separated list of field names in user documents (in
-        :option:`couch_httpd_auth/authentication_db`) that can be read by any
+        :option:`couchdb/users_db_suffix`) that can be read by any
         user. If unset or not specified, authenticated users can only retrieve
         their own document. ::
 
@@ -274,7 +274,7 @@ HTTP OAuth Configuration
         use_users_db = true
 
     If set to ``true``, OAuth token and consumer secrets will be looked up in
-    the :option:`authentication database <couch_httpd_auth/authentication_db>`.
+    the :option:`authentication database <couchdb/users_db_suffix>`.
     These secrets are stored in a top level field named ``"oauth"`` in user
     documents, as below.
 

Reply via email to