diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2013-04-29 04:17:59 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2013-04-29 04:17:59 +0000 |
commit | 36387fce6954faace2920fd35a993a593d6203dd (patch) | |
tree | 695ac930a48d5e0cb100d7e8c4110aedd46983dc /usr.sbin/identd/identd.8 | |
parent | 893b957ab23fe3eb2386c9acedd396606f76b5cb (diff) |
implement -h from libexec/identd, which hides usernames/uids.
Diffstat (limited to 'usr.sbin/identd/identd.8')
-rw-r--r-- | usr.sbin/identd/identd.8 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/usr.sbin/identd/identd.8 b/usr.sbin/identd/identd.8 index 2bde9209c09..84d0559ba6c 100644 --- a/usr.sbin/identd/identd.8 +++ b/usr.sbin/identd/identd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: identd.8,v 1.9 2013/04/23 21:18:56 sthen Exp $ +.\" $OpenBSD: identd.8,v 1.10 2013/04/29 04:17:58 dlg Exp $ .\" .\" Copyright (c) 2013 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 23 2013 $ +.Dd $Mdocdate: April 29 2013 $ .Dt IDENTD 8 .Os .Sh NAME @@ -22,7 +22,7 @@ .Nd Identification Protocol daemon .Sh SYNOPSIS .Nm -.Op Fl 46deNn +.Op Fl 46dehNn .Op Fl l Ar address .Op Fl t Ar timeout .Sh DESCRIPTION @@ -57,6 +57,11 @@ instead of the or .Dq INVALID-PORT errors. +.It Fl h +Hide the actual information about the user by providing an opaque +token instead. +This token is entered into the local system logs +so that the administrator can later discover who the real user was. .It Fl l Ar address Listen on the specified address. By default |