[Pkg-owncloud-commits] [python-owncloud] 67/96: adding use-keyring parameter to Readme.md

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Nov 22 01:28:28 UTC 2013


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository python-owncloud.

commit 5e74a46096b4b10e8da324680f5e283cde0f6b25
Author: hefee <hefee at netzguerilla.net>
Date:   Wed Apr 3 17:02:00 2013 +0200

    adding use-keyring parameter to Readme.md
---
 README.md |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 2f072b2..6ee45e5 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,8 @@ Support/Discussion:
 
 Requirements:
 -------------
-* The ocsync C library from ownCloud. If you install Mirall, you get it for free on Linux.  
-	If you don't want to install mirall, you can install the 'ocsync' binary package from the owncloud repo's.  
+* The ocsync C library from ownCloud. If you install Mirall, you get it for free on Linux.
+	If you don't want to install mirall, you can install the 'ocsync' binary package from the owncloud repo's.
         So far we have only successfully tested against 0.70.4 of the libocsync library.
 * Python > 2.6 < 3 (patches welcome)
 * An ownCloud server to sync with. (Presumably you already have one of these.)
@@ -31,7 +31,8 @@ Installation:
 usage: just run csync -h, and it will give you help.
 
     usage: csync.py [-h] [-v] [-c [CONFIG]] [-u [USER]] [--ssl [SSLFINGERPRINT]]
-                [-p [PASS]] [--dry-run] [--debug] [-s [SRC]] [-d [DST]] [--url [URL]]
+                [-p [PASS]] [--dry-run] [--debug] [-s [SRC]] [-d [DST]]
+                [--url [URL]] [--use-keyring]
     
     Synchronize files across machines using ownCloud DAV server.
     
@@ -54,6 +55,7 @@ usage: just run csync -h, and it will give you help.
     -d [DST], --dst [DST]
                           Folder on server.
     --url [URL]           URL to sync to.
+    --use-keyring         use keyring if available to store password safely.
     
     I support the ownCloud config file, which is located here:
         $HOME/.local/share/data/ownCloud/owncloud.cfg
@@ -79,5 +81,6 @@ usage: just run csync -h, and it will give you help.
      *) In the environment variable: OCPASS
      *) In the owncloud.cfg file as pass = <password>
      *) Do none of the above, and it will prompt you for the password.
-     The choice is yours, if you put it in the cfg file, be careful to 
+     *) Use keyring to store passwords in a keyring. (needs Python Keyring Lib to be installed).
+     The choice is yours, if you put it in the cfg file, be careful to
      make sure nobody but you can read the file. (0400/0600 file perms).

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/python-owncloud.git



More information about the Pkg-owncloud-commits mailing list