Подскажите как в файле ~/.davfs2/secrets грамотно прописать несколько аккаунтов для одного и того же WebDav сервера ?
Например имеем
# /etc/fstab
...
https://webdav.yandex.ru /mnt/yandex-dir-1 davfs user,noauto,uid=<whoami> 0 0
https://webdav.yandex.ru /mnt/yandex-dir-2 davfs user,noauto,uid=<whoami> 0 0
...
# ~/.davfs2/secrets .. должно получиться нечто вроде
https://webdav.yandex.ru nick001 pass001
# https://webdav.yandex.ru nick002 pass002
# man mount.davfs
~/.davfs2/secrets
Holds credentials for WebDAV servers and proxy, as well as decryption passwords for
client certificates. The file must be read-writable by the owner only. Credentials
are first looked up in the home directory of the mounting user. If not found there
the system wide secrets file is consulted. If no creditentials and passwords are
found they are asked from the user interactively (if not disabled). If the file
does not exist, mount.davfs will will create a template file.
Поиски по теме ничего не дали, точнее вроде видел где-то упоминание, но повторно найти не смог.