1IDENT(8)                  InterNetNews Documentation                  IDENT(8)
2
3
4

NAME

6       ident - nnrpd ident resolver
7

SYNOPSIS

9       ident [-p port] [-t]
10

DESCRIPTION

12       This program attempts to resolve usernames for nnrpd by using the ident
13       protocol to query the remote host.  It contacts the remote host using
14       either IPv4 or IPv6 depending on which protocol was used for the
15       incoming NNTP connection.
16

OPTIONS

18       -p port
19           If this option is given, attempt to contact identd on the specified
20           remote port (which can be a numeric or symbolic specification).
21           Non-numeric values will be looked up using getservbyname(3).  The
22           default value is the result of "getservbyname("ident")" if
23           available, or port 113 otherwise.
24
25       -t  If this option is given, the identity returned will never have a
26           domain part.  That is, if the remote server returns a result
27           containing an "@" character, ident truncates the response at the
28           "@".  This is useful to allow the default-domain parameter in
29           reaers.conf to override the domain supplied by the remote host
30           (particularly if the supplied domain part is an unqualified local
31           machine name rather than a full domain name).
32

EXAMPLE

34       The following readers.conf(5) fragment tells nnrpd to trust ident
35       information for hosts on a local network, but to replace the domain
36       returned from the ident query:
37
38           auth LAN {
39               hosts: "192.168/16"
40               res: "ident -t"
41               default-domain: "internal.example.com"
42           }
43
44           access LAN {
45               users: "*@internal.example.com"
46               newsgroups: example.*
47           }
48
49       Access is granted to the example.* groups for all users on the local
50       network whose machines respond to ident queries.
51

HISTORY

53       This documentation was written by Jeffrey M. Vinocur <jeff@litech.org>.
54
55       $Id: ident.pod 8200 2008-11-30 13:31:30Z iulius $
56

SEE ALSO

58       nnrpd(8), readers.conf(5)
59
60
61
62INN 2.6.4                         2015-09-12                          IDENT(8)
Impressum