You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2012/06/01 19:08:59 UTC

[Couchdb Wiki] Trivial Update of "Replication" by JensAlfke

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "Replication" page has been changed by JensAlfke:
http://wiki.apache.org/couchdb/Replication?action=diff&rev1=44&rev2=45

Comment:
Fixed the note about the auth password being visible to others.

  {"source":"https://myusername:mypassword@example.net:5984/db", "target":"local-db"}
  }}}
  
- Be careful with this, since the password will be visible to anyone who has read access to the server `_activity` feed or (if this is a persistent replication) the `_replicator` database.
+ The password will not be visible to other users, even if they inspect the document in the `_replicator` database, but it's still stored in plaintext in the database file.
  
  ==== OAuth ====