Updated Branches: refs/heads/master 2cc063040 -> 7c0beca00
add pbkdf2 iterations config to docs Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/7c0beca0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/7c0beca0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/7c0beca0 Branch: refs/heads/master Commit: 7c0beca002a9c2fce33d187065a24073921ea997 Parents: 2cc0630 Author: Randall Leeds <[email protected]> Authored: Wed Mar 13 13:57:27 2013 -0700 Committer: Randall Leeds <[email protected]> Committed: Wed Mar 13 13:57:27 2013 -0700 ---------------------------------------------------------------------- share/doc/src/config_reference.rst | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/7c0beca0/share/doc/src/config_reference.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/config_reference.rst b/share/doc/src/config_reference.rst index 7ae761a..d73d14b 100644 --- a/share/doc/src/config_reference.rst +++ b/share/doc/src/config_reference.rst @@ -149,6 +149,8 @@ couch_httpd_auth Configuration Options +--------------------------------------+---------------------------------------+ | timeout | timeout | +--------------------------------------+---------------------------------------+ +| iterations | Password key derivation iterations | ++--------------------------------------+---------------------------------------+ httpd Configuration Options ---------------------------
