mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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
|
command will be called with the username as the first argument, and the
|
||||||
hostname as the second.
|
hostname as the second.
|
||||||
|
|
||||||
|
.. versionadded:: 0.3.0
|
||||||
|
The ``passwordeval`` parameter.
|
||||||
|
|
||||||
.. _pair_config:
|
.. _pair_config:
|
||||||
|
|
||||||
Pair Section
|
Pair Section
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,17 @@
|
||||||
Keyring Support
|
Keyring Support
|
||||||
===============
|
===============
|
||||||
|
|
||||||
*vdirsyncer* will try the following storages if no password (but a username) is
|
*vdirsyncer* will try the following storages in that order if no password (but
|
||||||
set in your config. If that fails too, it will prompt for the password and
|
a username) is set in your config. If that fails too, it will prompt for the
|
||||||
store the password in the system keyring (if possible and wished).
|
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
|
netrc
|
||||||
=====
|
=====
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue