]> git.stg.codes - stg.git/blob - projects/stargazer/inst/linux/etc/stargazer/OnUserDel
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / inst / linux / etc / stargazer / OnUserDel
1 #! /bin/sh
2
3 # About: This script is called when the user is removed from the Stargazer.
4 # Common task: Automate typical actions on removing user from the network,
5 #              such as removing email or IM account.
6 # Priority: optional
7
8 # User login
9 LOGIN=$1
10
11 # Usage examples:
12 #echo "Deleted user $LOGIN" >> /var/stargazer/add_del.log
13