at pairing time, change couchdb pairing address to public
Bug #419969 reported by
Chad Miller
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
desktopcouch |
Fix Released
|
Medium
|
Chad Miller |
Bug Description
To be as safe a possible, couchdb binds to address 127.0.0.1 . If paired databases on other machines are to talk to it, it must bind to a public address.
In the desktopcouch pairing app, at exit time, check the bind address in the config file, and if its neither 127.0.0.1 or 0.0.0.0, then do nothing. Else, count the number of paired, noncloud machines -- f it is zero, set the bind address to 127.0.0.1; if more than zero, set the bind address to 0.0.0.0 .
Related branches
lp://staging/~cmiller/desktopcouch/pairing-fixups
- Tim Cole (community): Approve
- John O'Brien (community): Approve
- Diff: None lines
Changed in desktopcouch: | |
assignee: | nobody → Chad Miller (cmiller) |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in desktopcouch: | |
status: | Confirmed → Fix Released |
tags: | added: cmiller-k-alpha6 |
Changed in desktopcouch: | |
milestone: | none → w21-karmic-alpha6 |
To post a comment you must log in.