Test whether the connect and disconnect scripts have been called.

This commit is contained in:
Nikos Mavrogiannopoulos
2014-04-12 21:01:49 +02:00
parent 6410f6864c
commit 3bf5c03b4b
4 changed files with 44 additions and 3 deletions

View File

@@ -115,8 +115,8 @@ cookie-validity = 172800
# DEVICE, IP_REAL (the real IP of the client), IP_LOCAL (the local IP
# in the P-t-P connection), IP_REMOTE (the VPN IP of the client). REASON
# may be "connect" or "disconnect".
connect-script = /bin/true
disconnect-script = /bin/true
connect-script = ./connect-script
disconnect-script = ./connect-script
# UTMP
use-utmp = true