#!/bin/sh # # A program or script which is executed after the remote system # successfully authenticates itself. It is executed with the parameters # <interface-name> <peer-name> <user-name> <tty-device> <speed> # # # The environment is cleared before executing this script # so the path must be reset # PATH=/usr/sbin:/sbin:/usr/bin:/bin export PATH echo auth-down `date +'%y/%m/%d %T'` $* >> /var/log/pppstats # last line
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
auth-down | File | 427 B | 0644 |
|
auth-up | File | 425 B | 0644 |
|
ip-down | File | 574 B | 0644 |
|
ip-up | File | 582 B | 0644 |
|
options | File | 5.73 KB | 0644 |
|
options.ttyXX | File | 470 B | 0644 |
|
pap-secrets | File | 1.06 KB | 0644 |
|