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 2013/06/14 10:25:25 UTC

[28/32] git commit: updated refs/heads/1781-reorganize-and-improve-docs to 11fd32a

Fix setting sorting.


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

Branch: refs/heads/1781-reorganize-and-improve-docs
Commit: 29903e0cb4f0e4ef32f6289a6bbee8b9eaf282b0
Parents: 3bf8c63
Author: Alexander Shorin <kx...@apache.org>
Authored: Fri Jun 14 05:37:56 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Fri Jun 14 12:10:26 2013 +0400

----------------------------------------------------------------------
 share/doc/src/config/couch-httpd-auth.rst | 44 +++++++++++++-------------
 1 file changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/29903e0c/share/doc/src/config/couch-httpd-auth.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/config/couch-httpd-auth.rst b/share/doc/src/config/couch-httpd-auth.rst
index b0ebf35..1d5e7eb 100644
--- a/share/doc/src/config/couch-httpd-auth.rst
+++ b/share/doc/src/config/couch-httpd-auth.rst
@@ -20,6 +20,28 @@
 These options are under ``[couch_httpd_auth]`` section.
 
 
+.. _config/couch_httpd_auth/allow_persistent_cookies:
+
+``allow_persistent_cookies`` :: Persistent cookies
+--------------------------------------------------
+
+Makes cookies persistent if ``true``::
+
+  [couch_httpd_auth]
+  allow_persistent_cookies = false
+
+
+.. _config/couch_httpd_auth/auth_cache_size:
+
+``auth_cache_size`` :: Authentication cache
+-------------------------------------------
+
+Number of :ref:`userctx_object` to cache in memory to reduce disk lookups::
+
+  [couch_httpd_auth]
+  auth_cache_size = 50
+
+
 .. _config/couch_httpd_auth/authentication_db:
 
 ``authentication_db`` :: Users database
@@ -47,28 +69,6 @@ response accepted by client (via ``Accept`` header)::
   authentication_redirect = /_utils/session.html
 
 
-.. _config/couch_httpd_auth/auth_cache_size:
-
-``auth_cache_size`` :: Authentication cache
--------------------------------------------
-
-Number of :ref:`userctx_object` to cache in memory to reduce disk lookups::
-
-  [couch_httpd_auth]
-  auth_cache_size = 50
-
-
-.. _config/couch_httpd_auth/allow_persistent_cookies:
-
-``allow_persistent_cookies`` :: Persistent cookies
---------------------------------------------------
-
-Makes cookies persistent if ``true``::
-
-  [couch_httpd_auth]
-  allow_persistent_cookies = false
-
-
 .. _config/couch_httpd_auth/iterations:
 
 ``iterations`` :: PBKDF2 iterations count