Add documentation for `passwordeval` parameter.

This commit is contained in:
Markus Unterwaditzer 2014-09-20 14:19:44 +02:00
parent fcf0f003aa
commit 32dbba8c44
2 changed files with 14 additions and 3 deletions

View file

@ -43,6 +43,9 @@ General Section
command will be called with the username as the first argument, and the
hostname as the second.
.. versionadded:: 0.3.0
The ``passwordeval`` parameter.
.. _pair_config:
Pair Section

View file

@ -2,9 +2,17 @@
Keyring Support
===============
*vdirsyncer* will try the following storages if no password (but a username) is
set in your config. If that fails too, it will prompt for the password and
store the password in the system keyring (if possible and wished).
*vdirsyncer* will try the following storages in that order if no password (but
a username) is set in your config. If that fails too, it will prompt for the
password and store the password in the system keyring (if possible and wished).
Custom command
==============
.. versionadded:: 0.3.0
A custom command/binary can be specified to retrieve the password for a
username/hostname combination. See :ref:`general_config`.
netrc
=====