You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Joan Touzet (JIRA)" <ji...@apache.org> on 2017/04/22 06:03:04 UTC

[jira] [Created] (COUCHDB-3392) admin passwords not overwritten in default.d/*.ini files

Joan Touzet created COUCHDB-3392:
------------------------------------

             Summary: admin passwords not overwritten in default.d/*.ini files
                 Key: COUCHDB-3392
                 URL: https://issues.apache.org/jira/browse/COUCHDB-3392
             Project: CouchDB
          Issue Type: Bug
          Components: Config
            Reporter: Joan Touzet


If I create an {{etc/local.d/10-admins.ini}} file with the following text:

{noformat}
[admins]
admin = pass
{noformat}

and (re)start CouchDB, the password gets hashed.

But if I create an {{etc/default.d/10-admins.ini}} with the same content, the password is *not* hashed on restart. In either case, the admin user is recognized by the config system.

[~rnewson] I think you implemented this code, would you take a look?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)