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