From 88db13e22da239a0ada13c0fe6486e42673bb181 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 30 Oct 2015 02:08:48 +0100 Subject: .vdirsyncer/config: Moving retrieval of password for accounts out of the general section into each connection setting. Since 0.7 vdirsyncer is using an overhauled version of their password_command -> password.fetch. --- .vdirsyncer/config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.vdirsyncer') diff --git a/.vdirsyncer/config b/.vdirsyncer/config index e2633af..e64e880 100644 --- a/.vdirsyncer/config +++ b/.vdirsyncer/config @@ -1,7 +1,5 @@ [general] status_path = "~/.vdirsyncer/status/" -password_command = pass2vdirsyncer - # carddav [pair dave_contacts] @@ -20,6 +18,7 @@ type = carddav url = https://cloud.sleepmap.de/remote.php/carddav/ verify = "~/.certs/sleepmap.crt" username = dave +password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"] [pair akt_contacts] @@ -37,6 +36,7 @@ fileext = .vcf type = carddav url = https://www2.ak.tu-berlin.de/.cloudy/remote.php/carddav/ username = drunge +password.fetch = ["command", "~/bin/pass2vdirsyncer", "drunge", "www2.ak.tu-berlin.de"] # caldav @@ -55,6 +55,7 @@ type = caldav url = https://cloud.sleepmap.de/remote.php/caldav/ verify = "~/.certs/sleepmap.crt" username = dave +password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"] [pair akt_calendar] @@ -71,3 +72,4 @@ fileext = .ics type = caldav url = https://www2.ak.tu-berlin.de/.cloudy/remote.php/caldav/ username = drunge +password.fetch = ["command", "~/bin/pass2vdirsyncer", "drunge", "www2.ak.tu-berlin.de"] -- cgit v1.2.3-54-g00ecf