You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/base.pod
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -553,6 +553,14 @@ The DIGEST-MD5 protocol's "digest-uri" values can be set using the C<--auth-extr
553
553
554
554
The CRAM-SHA1 authenticator requires the L<Digest::SHA> module. This type has only been tested against a non-standard implementation on an Exim server and may therefore have some implementation deficiencies.
555
555
556
+
=item GSSAPI
557
+
558
+
The GSSAPI authenticator requires the Authen::SASL module, as well as one of Authen::SASL::XS or Authen::SASL::Cyrus for the libsasl bindings.
559
+
560
+
Although the most commonly used GSSAPI mechanisms are passwordless, the authenticator will prompt for a password regardless. However, it will not acquire initial credentials on your behalf if the mechanism doesn't already do so. For instance, Kerberos requires you to obtain a TGT using "kinit" before authenticating.
561
+
562
+
The GSSAPI service and host can be set using the --auth-extra option; for instance, "--auth-extra gss-serv-type=lmtp,gss-host=mail.example.com".
563
+
556
564
=item NTLM/SPA/MSN
557
565
558
566
These authenticators require the Authen::NTLM module. Note that there are two modules using the L<Authen::NTLM> namespace on CPAN. The Mark Bush implementation (Authen/NTLM-1.03.tar.gz) is the version required by Swaks. This type has been tested against Exim, Communigate, and Exchange 2007.
@@ -601,6 +609,14 @@ The dmd5-host keyword is used by the DIGEST-MD5 authenticator and is used, in pa
601
609
602
610
The dmd5-serv-name keyword is used by the DIGEST-MD5 authenticator and is used, in part, to build the digest-uri-value string (see RFC2831)
603
611
612
+
=item gss-serv-type
613
+
614
+
The gss-serv-type keyword is used by the GSSAPI authenticator to specify the GSS service name (see RFC 4752).
615
+
616
+
=item gss-host
617
+
618
+
The gss-host keyword is used by the GSSAPI authenticator to specify the GSS hostname, which must match the server's fully qualified domain name (see RFC 4752).
0 commit comments