mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Add documentation for `passwordeval` parameter.
This commit is contained in:
parent
fcf0f003aa
commit
32dbba8c44
2 changed files with 14 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
=====
|
||||
|
|
|
|||
Loading…
Reference in a new issue