.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "PASSWD.NNTP 5" .TH PASSWD.NNTP 5 2024-02-12 "INN 2.7.2" "InterNetNews Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME passwd.nntp \- Passwords for connecting to remote NNTP servers .SH DESCRIPTION .IX Header "DESCRIPTION" The file \fIpathetc\fR/passwd.nntp contains host / name / password triplets for use when authenticating client programs to NNTP servers. This file is normally interpreted by \f(CW\*(C`NNTPsendpassword()\*(C'\fR in libinn(3). Blank lines and lines beginning with a number sign (\f(CW\*(C`#\*(C'\fR) are ignored. All other lines should consist of three or four fields separated by colons: .PP .Vb 2 \& host:name:password \& host:name:password:style .Ve .PP The first field is the name of a host, and is matched in a case-insensitive manner. (No detailed matching, such as comparing IP addresses, is done.) .PP The second field is a user name, and the third is a password. If either the username or password is empty, then that portion of the authentication will not occur. (For example, a server may require only a username, in which case the password is not necessary. Note that a username is mandatory with AUTHINFO USER/PASS.) .PP The optional fourth field specifies the type of authentication to use. At present, the only recognized "authentication style" is \f(CW\*(C`authinfo\*(C'\fR; this is also the default. It means that AUTHINFO USER/PASS commands are used to authenticate to the remote host. (These NNTP commands are described in RFC\ 4643.) .PP For example: .PP .Vb 2 \& mit.edu:bbn:mypasswd \& uunet.uu.net:bbn:yoyoma:authinfo .Ve .PP This file should not be world-readable. .PP \&\fBactsync\fR, \fBgetlist\fR, \fBinews\fR, \fBinnxbatch\fR, \fBinnxmit\fR, \fBnnrpd\fR, \&\fBnntpget\fR and \fBrnews\fR make use of \fIpassd.nntp\fR when needing to connect to a remote server. .SH HISTORY .IX Header "HISTORY" Written by Rich $alz for InterNetNews. .SH "SEE ALSO" .IX Header "SEE ALSO" inn.conf(5), innd(8), libinn(3).