don't ask for untrusted certificates if askauth is 0
This commit is contained in:
@ -202,7 +202,7 @@ secrets file is allways \fI@SYS_CONF_DIR@/@SECRETSFILE@\fP.
|
||||
.TP
|
||||
.B ask_auth
|
||||
Ask the user interactively for credentials and passwords if not found in the
|
||||
secretsfile. 0 = no, 1 = yes.
|
||||
secretsfile. Ask the user if a servercert cannot be verified. 0 = no, 1 = yes.
|
||||
.br
|
||||
Default: 1
|
||||
|
||||
@ -364,7 +364,8 @@ Default: 15
|
||||
.B add_header
|
||||
Your server might expect special headers to do what you want. Different from
|
||||
other options, this one takes two values: the name of the header and its value.
|
||||
Example:
|
||||
Some ASP-backends to IIS seem to require the Microsoft specific header
|
||||
"Translate: F". You can add it like this:
|
||||
.br
|
||||
add_header Translate F
|
||||
.br
|
||||
|
@ -188,9 +188,10 @@ Default: ID of the mounting user.
|
||||
.B username=\fIWebDAV_user\fP
|
||||
Use this name to authenticate with the WebDAV server. This option
|
||||
is intended for use with pam_mount only. When this option is set the
|
||||
credentials in the secrets files will be ignored. Do not use it in
|
||||
\fIfstab\fP. The username will be visible for everyone in the output of
|
||||
\fIps\fP.
|
||||
credentials in the secrets files will be ignored. The password will
|
||||
always be read from stdin, even when option \fIaskauth\fP is set to 0.
|
||||
Do not use it in \fIfstab\fP. The username will be visible for everyone
|
||||
in the output of \fIps\fP.
|
||||
.br
|
||||
Default: no username.
|
||||
.br
|
||||
|
Reference in New Issue
Block a user