aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-09-17 18:47:56 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-09-17 18:47:56 +0000
commitbd60662342a61f1d5224f06845b79dbcfdc87cca (patch)
treed53262fdf203a585ee89cfb1bffc56f584176245 /fetchmail.man
parentae4dda9f0c40945e4ccdf925d1897c4b739ff932 (diff)
downloadfetchmail-bd60662342a61f1d5224f06845b79dbcfdc87cca.tar.gz
fetchmail-bd60662342a61f1d5224f06845b79dbcfdc87cca.tar.bz2
fetchmail-bd60662342a61f1d5224f06845b79dbcfdc87cca.zip
Consistency fixes to argument of --auth option.
svn path=/trunk/; revision=4292
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/fetchmail.man b/fetchmail.man
index 4298f686..cac470b7 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -661,19 +661,19 @@ Note that this option may be removed from a future fetchmail version.
(Keyword: auth[enticate])
This option permits you to specify an authentication type (see USER
AUTHENTICATION below for details). The possible values are \fBany\fR,
-\&'\fBpassword\fR', '\fBkerberos_v5\fR' and '\fBkerberos\fR' (or, for
-excruciating exactness, '\fBkerberos_v4\fR'), \fRgssapi\fR,
-\fIcram-md5\fR, \fIotp\fR, \fIntlm\fR, and \fBssh\fR. When \fBany\fR (the
+\&\fBpassword\fR, \fBkerberos_v5\fR, \fBkerberos\fR (or, for
+excruciating exactness, \fBkerberos_v4\fR), \fBgssapi\fR,
+\fBcram-md5\fR, \fBotp\fR, \fBntlm\fR, and \fBssh\fR. When \fBany\fR (the
default) is specified, fetchmail tries first methods that don't
require a password (GSSAPI, KERBEROS_IV); then it looks for methods
that mask your password (CRAM-MD5, X-OTP, NTLM); and only if the server
doesn't support any of those will it ship your password en clair.
Other values may be used to force various authentication methods
(\fBssh\fR suppresses authentication). Any value other than
-\fIpassword\fR, \fIcram-md5\fR, \fIntlm\fR or \fIotp\fR suppresses fetchmail's
-normal inquiry for a password. Specify \fIssh\fR when you are using
+\&\fBpassword\fR, \fBcram-md5\fR, \fBntlm\fR or \fBotp\fR suppresses fetchmail's
+normal inquiry for a password. Specify \fBssh\fR when you are using
an end-to-end secure connection such as an ssh tunnel; specify
-\fRgssapi\fR or \fBkerberos_v4\fR if you are using a protocol variant
+\fBgssapi\fR or \fBkerberos_v4\fR if you are using a protocol variant
that employs GSSAPI or K4. Choosing KPOP protocol automatically
selects Kerberos authentication. This option does not work with ETRN.
.SS Miscellaneous Options