]> git.stg.codes - stg.git/blobdiff - projects/stargazer/inst/linux/etc/stargazer/OnUserDel
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / inst / linux / etc / stargazer / OnUserDel
index 3be6046e068a9f0891bc1e95582c431bd5df23f5..a72da15be2b23ba6c61a722615b76221987599b1 100755 (executable)
@@ -1,5 +1,13 @@
-# Login
-login=$1
+#! /bin/sh
 
-#echo "deleted user $login" >> /var/stargazer/add_del.log
+# About: This script is called when the user is removed from the Stargazer.
+# Common task: Automate typical actions on removing user from the network,
+#              such as removing email or IM account.
+# Priority: optional
+
+# User login
+LOGIN=$1
+
+# Usage examples:
+#echo "Deleted user $LOGIN" >> /var/stargazer/add_del.log