From 16993243047d164898fd22a4709b8b178ca2b3bb Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 13 Sep 2014 14:34:16 +0200 Subject: [PATCH] Add docs for passwordeval function --- docs/api.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index 10474ef..bcbda0f 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -15,6 +15,7 @@ General Section [general] status_path = ... #processes = 0 + #passwordeval = - ``status_path``: A directory where vdirsyncer will store metadata for the @@ -38,6 +39,10 @@ General Section to anything else than ``1`` will mean that you can't properly abort the program with ``^C`` anymore. +- ``passwordeval`` specifies a command to query for server passwords. The + command will be called with the username as the first argument, and the + hostname as the second. + .. _pair_config: Pair Section