aboutsummaryrefslogtreecommitdiff
path: root/security/oidentd/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-04-02 04:20:46 +0000
committerWill Andrews <will@FreeBSD.org>2000-04-02 04:20:46 +0000
commit3ddf7642fab5d264711b58dc1038c965e225d866 (patch)
tree00e8827f4e12e2f9285abc1faded630b781854b4 /security/oidentd/pkg-descr
parent2c6f2fc033f3dd807b8737d8919a8b498f9045b8 (diff)
downloadports-3ddf7642fab5d264711b58dc1038c965e225d866.tar.gz
ports-3ddf7642fab5d264711b58dc1038c965e225d866.zip
Notes
Diffstat (limited to 'security/oidentd/pkg-descr')
-rw-r--r--security/oidentd/pkg-descr23
1 files changed, 23 insertions, 0 deletions
diff --git a/security/oidentd/pkg-descr b/security/oidentd/pkg-descr
new file mode 100644
index 000000000000..365b82ab5e7c
--- /dev/null
+++ b/security/oidentd/pkg-descr
@@ -0,0 +1,23 @@
+from the README:
+
+Oidentd is an ident (RFC 1413-compliant) daemon which runs on
+GNU/Linux, FreeBSD and OpenBSD. Oidentd supports most features of
+pidentd as well as a number of features absent in pidentd. Most
+notably, oidentd allows users, given the proper permission, to
+specify the identd response that the server will output when a
+successful lookup is completed. Oidentd also allows for pseudo-random
+strings (either a prefix, such as "user," followed by a number
+between 0 and 99999, or 10 pseudo-random characters of the set
+0-9A-Za-z) to be returned upon the completion of a successful lookup
+instead of a username or a UID. Oidentd supports IP masqueraded
+connections and supports fowarding ident requests for IP masqeraded
+connections to the machines from which the connections originate.
+For information on how to setup support for masqueraded connections,
+see the "INSTALL" file. NOTE: Currently, only Linux supports the
+-P -f and -m options. In other words, the IP masquerading support
+only exists on Linux right now.
+
+WWW: http://ojnk.sourceforge.net/
+
+Trevor Johnson
+trevor@jpj.net