aboutsummaryrefslogtreecommitdiff
path: root/openvpn.8
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-11-08 06:54:20 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-11-08 06:54:20 +0000
commita783c40067ed2ac692c9d9c68ee01a7d568900b6 (patch)
tree7674873ccae14f78dc341beaf7d709ce5d6fa6ba /openvpn.8
parentAdded #ifdefed out AUTO_USERID feature. (diff)
downloadopenvpn-a783c40067ed2ac692c9d9c68ee01a7d568900b6.tar.xz
Added time_ascii, time_duration, and time_unix
environmental variables for plugins and callback scripts. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1440 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'openvpn.8')
-rw-r--r--openvpn.824
1 files changed, 24 insertions, 0 deletions
diff --git a/openvpn.8 b/openvpn.8
index 69ee88e..48ae430 100644
--- a/openvpn.8
+++ b/openvpn.8
@@ -5080,6 +5080,30 @@ or
(unknown signal). This variable is set just prior to down script execution.
.\"*********************************************************
.TP
+.B time_ascii
+Client connection timestamp, formatted as a human-readable
+time string.
+Set prior to execution of the
+.B --client-connect
+script.
+.\"*********************************************************
+.TP
+.B time_duration
+The duration (in seconds) of the client session which is now
+disconnecting.
+Set prior to execution of the
+.B --client-disconnect
+script.
+.\"*********************************************************
+.TP
+.B time_unix
+Client connection timestamp, formatted as a unix integer
+date/time value.
+Set prior to execution of the
+.B --client-connect
+script.
+.\"*********************************************************
+.TP
.B tls_id_{n}
A series of certificate fields from the remote peer,
where