Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
tin /
[ HOME SHELL ]
Name
Size
Permission
Action
tools
[ DIR ]
drwxr-xr-x
TODO.gz
17.83
KB
-rw-r--r--
WHATSNEW
167
B
-rw-r--r--
auth.txt
3.42
KB
-rw-r--r--
changelog.Debian.gz
588
B
-rw-r--r--
copyright
1.81
KB
-rw-r--r--
filtering.gz
4.97
KB
-rw-r--r--
keymap.sample
3.85
KB
-rw-r--r--
reading-mail.txt
1.49
KB
-rw-r--r--
umlaute.txt.gz
2.24
KB
-rw-r--r--
umlauts.txt.gz
1.84
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : auth.txt
Authentication to an NNTP server with tin Tin is able to do authentication to news servers according to the "Common NNTP Extensions" (this document is available at [1]). There are several ways of authentication described in that text which are referred to as Original AUTHINFO, AUTHINFO GENERIC, and AUTHINFO SIMPLE. Tin supports the Original AUTHINFO and if tin is linked against libgsasl and the server announces it as described in RFC 3977 [2] it supports the AUTHINFO SASL PLAIN mechanism as described in RFC 4643 [3]. In addition to answers to authentication requests as described in the "Common NNTP Extensions", tin also provides authentication at connection startup. Unfortunately, you cannot rely on the response codes of authentication requests as described in the "Common NNTP Extensions"; today's news servers mostly send NNTP codes 480, regardless of the type of authentication they expect. Therefore, authentication is always done in the same manner: First, tin tries AUTHINFO SASL PLAIN authorization (see above). If this fails or is unavailable, Original AUTHINFO is used. If this does not work for you (which it should), please contact me to track this problem down. There are known problems with the reference nntp server available at ftp.academ.com -- this is a server bug and not tin's fault; if you need a patch or workaround, drop me a mail. Authentication requests will be handled whenever they occur; the command that caused the request will be sent again. For an authentication with the Original AUTHINFO method, tin needs a user-name and a password for the current news server. This information is obtained from a file .newsauth in the $HOME directory. The format of the .newsauth file is as follows: news.server1 password1 [username1] news.server2 password2 [username2] ... The first line matching the current news server is taken. The delimiters between the fields MUST be spaces or TABS. If a password contains spaces, you have to surround the whole password by double quotes. If no user-name is given for the current news server, the user-id of the user who started tin is assumed. Mind that tin expects unix line endings ('\n'), a .newsauth-file with dos line endings ('\r\n') or mac line endings ('\r') is likely to cause trouble. Security consideration: Make sure that the .newsauth file cannot be read by others. Tin checks the permissions of the file and complains if they are insecure (i.e., if they are not -rw-------) but continues. If you do not have a .newsauth file in your $HOME directory, tin prompts you for a user-name and a password. This is not done automatically at connection startup, because there is no way for tin to find out if an authentication at this time is needed. If you need to authenticate at the beginning of your news session, use the -A option when invoking tin or just provide a .newsauth file. The AUTHINFO SASL PLAIN authentication method requires tin to be linked against libgsasl. The AUTHINFO SIMPLE authentication method is not supported by tin (and possibly won't be since nobody seems to use it and there are some problems with the protocol). If you need this, drop me a message or see the source code in auth.c. With the specification at [1], the implementation should not be difficult. Dirk Nimmich (2000-01-22) <nimmich@uni-muenster.de> References: [1] <http://www.karlsruhe.org/rfc/rfc2980.txt> [2] <http://www.karlsruhe.org/rfc/rfc3977.txt> [3] <http://www.karlsruhe.org/rfc/rfc4643.txt>
Close