diff options
author | Mario Preksavec <mario@slackware.hr> | 2017-06-11 02:18:54 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-15 18:36:29 +0700 |
commit | a922bddc5a072433d4665e69294c041cd15c33cf (patch) | |
tree | 49739f9b3cd0e7f2582672d76cdae6fce375dd32 /network/oidentd/README | |
parent | c7071eae4c5480852c61ffdbd7dd2768398f495d (diff) |
network/oidentd: Updated for version 2.1.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'network/oidentd/README')
-rw-r--r-- | network/oidentd/README | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/network/oidentd/README b/network/oidentd/README index da1248ee15..9dab19cfcf 100644 --- a/network/oidentd/README +++ b/network/oidentd/README @@ -1,8 +1,10 @@ oidentd (an identd daemon) -oidentd is an ident (rfc1413 compliant) daemon that runs on Linux, Darwin, -FreeBSD, OpenBSD, NetBSD and Solaris. oidentd can handle IP masqueraded/NAT -connections on Linux, Darwin, FreeBSD (ipf only), OpenBSD and NetBSD. -oidentd has a flexible mechanism for specifying ident responses. Users can -be granted permission to specify their own ident responses. Responses can -be specified according to host and port pairs. +Oidentd is an ident daemon (rfc1413) that runs on Linux, FreeBSD, OpenBSD +and Solaris 2.x. Oidentd supports most features of pidentd plus more. Most +notably, oidentd allows users to specify the identd response that the server +will output when a successful lookup is completed. Oidentd supports IP +masqueraded connections on Linux, and is able to forward requests to hosts +that masq through the host on which oidentd runs. + +This is a fork of the ojnk oidentd released in 2006 |