diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-12-29 22:23:38 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-12-29 22:23:38 +0000 |
commit | a71075a357b8c776172f8ad3fb1af6bba20b8449 (patch) | |
tree | 67f680dd46f6b36342e63d3ac765dbb848ff49d1 | |
parent | 6fabbc9b026a232404262cb8d52a47145e979a22 (diff) |
Mention $user_id, like $user_ip.
-rw-r--r-- | usr.sbin/authpf/authpf.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/authpf/authpf.8 b/usr.sbin/authpf/authpf.8 index 9cc250c75b7..581ab81c86a 100644 --- a/usr.sbin/authpf/authpf.8 +++ b/usr.sbin/authpf/authpf.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: authpf.8,v 1.19 2002/12/22 14:19:30 dhartmei Exp $ +.\" $OpenBSD: authpf.8,v 1.20 2002/12/29 22:23:37 dhartmei Exp $ .\" .\" Copyright (c) 2002 Bob Beck (beck@openbsd.org>. All rights reserved. .\" @@ -110,6 +110,9 @@ the macro which is assigned the connecting ip address whenever .Nm is run. +Additionally, the macro +.Em user_id +is assigned the user name. .Pp Filter and nat rules will first be searched for in .Pa /etc/authpf/users/$USER/ |