# /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.
# You may leave out the password. In this case aou will be asked for it 
# interactively.

# 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 an value contains one of the characters ' ' (space), tab, '#', '"'
# or '\', this character must be escaped by preceding a '\'-character.
# Alternatively the value may be enclosed in double quotes '"'.
# Within a value in double quotes the '"'-character must be escaped. Literal
# '\'-characters within double quotes must be escaped, if there is more than
# one in sequence.
# For example the string 'g3H"x 7z\' may be written "g3H\"x 7z\" or
# "g3H\"x 7z\" or 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). Before quotation or escape rules are applied, it must be
# exactly the same in fstab, on commandline and in this file.


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

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