Rev 4 | Go to most recent revision | Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 3 | magnus | 1 | Source: oidentd |
| 2 | Section: net |
||
| 3 | Priority: extra |
||
| 4 | Build-Depends: debhelper (>= 7), cdbs, autotools-dev |
||
| 5 | Maintainer: Debian QA Group <packages@qa.debian.org> |
||
| 6 | Standards-Version: 3.8.3 |
||
| 7 | Homepage: http://ojnk.sourceforge.net/ |
||
| 8 | |||
| 9 | Package: oidentd |
||
| 10 | Architecture: any |
||
| 11 | Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, adduser, iproute2 | net-tools |
||
| 12 | Provides: ident-server |
||
| 13 | Replaces: ident-server |
||
| 14 | Conflicts: ident-server, logcheck-database (<= 1.3.3) |
||
| 15 | Description: replacement ident daemon |
||
| 16 | An ident (rfc1413) daemon for IPv4 and IPv6. |
||
| 17 | . |
||
| 18 | Oidentd allows users, given the proper permission, to specify the |
||
| 19 | identd response that the server will output when a successful lookup |
||
| 20 | is completed. Oidentd also allows for pseudo-random strings |
||
| 21 | (either a prefix, such as "user," followed by a number between 0 and |
||
| 22 | 99999, or 10 pseudo-random characters of the set 0-9A-Za-z) to be |
||
| 23 | returned upon the completion of a successful lookup instead of a |
||
| 24 | username or a UID. |
||
| 25 | . |
||
| 26 | Oidentd supports IPv4 masqueraded connections, including netfilter. |