acua_logout [login]
acua_logout allows a way to tell ACUA that a user has logged out so that they can immediately be marked as offline. If acua_logout is not called, the user will be automatically marked as offline by acua_updated in less than one minute. acua_logout should be (but doesn't have to be) executed when a user logs out.
-k - don't kick the user off (only root can give this switch).
In the case of a PPP login, acua_logout should be called from the ip-down script, and it should be passed the '-k' switch. The procedure is very similar to the procedure for acua_login:
if [ "$6" != "1" ]; then
/usr/sbin/acua_logout -k < $2
fi
In the case of a Z-shell login, acua_logout could be called from /etc/zlogout thusly:
Adam McKee
Last modified: Thu Mar 5 21:21:07 CST 1998