Opened 13 years ago
Closed 12 years ago
#32193 closed defect (fixed)
couchdb 1.1.1 local.ini installed with root ownership, should be couchdb
Reported by: | erik@… | Owned by: | jyrkiwahlstedt |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | jeff-macports@… | |
Port: | couchdb |
Description
The local.ini file (/opt/local/etc/couchdb/local.ini) should be installed owned by the couchdb user and group. Currently it is installed owned by root, group admin. One must manually set ownership on the file in order for couchdb to function properly.
Ownership by the couchdbb user is required in order to use the configuration tool in futon, or to add users to local.ini (plaintext passwords need to be rewritten to the file by couchdb during startup.)
Change History (4)
comment:1 Changed 13 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to jwa@… |
---|---|
Port: | couchdb added |
comment:2 Changed 13 years ago by jeff-macports@…
comment:4 Changed 12 years ago by jyrkiwahlstedt
Resolution: | → fixed |
---|---|
Status: | new → closed |
Seems to be fixed in r94299
Note: See
TracTickets for help on using
tickets.
FYI I submitted a patch that addresses this in #31820.