# /usr/local/etc/davfs2/secrets

# This file must be read and writable by root only (mode 600)

# This file contains username and password for the proxy and the
# WebDAV-resources.

# Comments are indicated by a '#' character and the rest of the line
# is ignored. Empty line are ignored too.
# Each line contains resource-name, username and password, separated
# by spaces and/or tabs.
# If a value contains one of the characters ' ' (space), TAB, '#', '"' or '\',
# it must be enclosed in double quotes ("). If a value contains a '"' or
# '\' character this must be escaped by preceeding a '\' character ('\"', '\\').
# For example the string 'g3H"x 7z\' must be written "g3H\"x 7z\\".

# The name of the proxy must be given as fully qualified domain name, without
# port. The name of a WebDAV-resource must be given as complete url (scheme,
# domain name, path).

# Sample secrets line for a proxy host
#Proxy_host                    username           password
#foo.bar                       otto               "my secret"

# Sample secrets line for a WebDAV-server
# WebDAV_URL                   username           password
#https://foo.bar/              otto               "g3H\"x 7z\\"
#http://foo.bar/my/documents   otto               geheim
