mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Update version to 2.2.0-rc.3
This commit is contained in:
@@ -30,3 +30,8 @@ header() {
|
||||
echo
|
||||
printf '%s\n' "$banner" "$*" "$banner"
|
||||
}
|
||||
|
||||
lookup_pillar() {
|
||||
key=$1
|
||||
cat /opt/so/saltstack/local/pillar/global.sls | grep $key | awk '{print $2}'
|
||||
}
|
||||
@@ -189,7 +189,10 @@ case "${operation}" in
|
||||
|
||||
validateEmail "$email"
|
||||
createUser "$email"
|
||||
echo "Successfully added new user"
|
||||
echo "Successfully added new user to SOC"
|
||||
echo $password | so-thehive-user-add "$email"
|
||||
echo $password | so-cortex-user-add "$email"
|
||||
echo $password | so-fleet-user-add "$email"
|
||||
;;
|
||||
|
||||
"list")
|
||||
|
||||
Reference in New Issue
Block a user