From e0fc82203d677a6f1e808e9a1a46176c109d89be Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 15 Dec 2014 23:08:59 +0000 Subject: Initial commit --- doc/minidentd.html | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 doc/minidentd.html (limited to 'doc/minidentd.html') diff --git a/doc/minidentd.html b/doc/minidentd.html new file mode 100644 index 0000000..e23fa86 --- /dev/null +++ b/doc/minidentd.html @@ -0,0 +1,83 @@ + + + + + s6-networking: the minidentd program + + + + + + +

+s6-networking
+Software
+skarnet.org +

+ +

The minidentd program

+ +

+minidentd is a small +UCSPI server application +that answers IDENT requests. +

+ +

Interface

+ +
+     minidentd [ -v ] [ -n | -i | -r ] [ -y file ] [ -t timeout ]
+
+ +

+minidentd reads a series of IDENT requests on stdin and answers +them on stdout. It logs what it's doing on stderr. The environment +variables xLOCALIP and xREMOTEIP, where x is +the value of the PROTO environment variable, must contain the IDENT +server address and the IDENT client address, respectively. +

+ +

+ minidentd exits 0 on success, 100 on a usage error and 111 on a system +call failure. +

+ +

+ minidentd does not contact the network directly. It's meant to +run under a superserver like +s6-tcpserver. minidentd will +work with IPv4 as well as IPv6. +

+ +

Options

+ + + +

Notes

+ + + + + -- cgit v1.2.3