diff options
author | 2003-06-07 19:30:07 +0000 | |
---|---|---|
committer | 2003-06-07 19:30:07 +0000 | |
commit | accf15a9ab6efd5f330e607abaf8eb0b7781ee05 (patch) | |
tree | 93d1958ee802fe2c3ed52f0ece6e613d7861388b | |
parent | don't tell people to use -u for identd any more, runs as _identd by default (diff) | |
download | wireguard-openbsd-accf15a9ab6efd5f330e607abaf8eb0b7781ee05.tar.xz wireguard-openbsd-accf15a9ab6efd5f330e607abaf8eb0b7781ee05.zip |
identd runs as _identd by default now; help and ok jmc@
-rw-r--r-- | libexec/identd/identd.8 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/libexec/identd/identd.8 b/libexec/identd/identd.8 index 8ee0eafa603..15eed9fe0b3 100644 --- a/libexec/identd/identd.8 +++ b/libexec/identd/identd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: identd.8,v 1.22 2003/06/03 21:09:00 deraadt Exp $ +.\" $OpenBSD: identd.8,v 1.23 2003/06/07 19:30:07 henning Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -117,6 +117,14 @@ server should switch to after binding itself to the .Tn TCP/IP port if running as a stand-alone daemon. +.Nm +runs as user +.Qq _identd +by default and falls back to +.Qq nobody +if the +.Qq _identd +user does not exist. .It Fl g Ar gid Specify a group ID number or group name which the .Nm |