[GitHub] couchdb-couch pull request #198: Make sure authentication_db for clustered i...

2016-09-20 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/couchdb-couch/pull/198


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] couchdb-couch pull request #198: Make sure authentication_db for clustered i...

2016-09-13 Thread iilyak
GitHub user iilyak opened a pull request:

https://github.com/apache/couchdb-couch/pull/198

Make sure authentication_db for clustered is considered as users db

Fixes the case when the following are configured to something other than 
_users
 - chttpd_auth.authentication_db
 - couch_httpd_auth.authentication_db

For chttpd_auth only clustered db should be considered as users_db.
For couch_http_db only node-local db should be considered.
So we take wheither it is a clustered db into account in `is_usersdb/2`.

COUCHDB-2731

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cloudant/couchdb-couch 
74046-authentication_db-should-be-sysdb

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/couchdb-couch/pull/198.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #198


commit ef2ff60d3430ead8101102608c1684ceba287046
Author: ILYA Khlopotov 
Date:   2016-09-13T18:42:47Z

Make sure authentication_db for clustered is considered as users db

Fixes the case when the following are configured to something other than 
_users
 - chttpd_auth.authentication_db
 - couch_httpd_auth.authentication_db

For chttpd_auth only clustered db should be considered as users_db.
For couch_http_db only node-local db should be considered.
So we take wheither it is a clustered db into account in `is_usersdb/2`.

COUCHDB-2731




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---