mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 02:32:46 +01:00
Setup Script - Set password for socore during master install
This commit is contained in:
@@ -49,6 +49,7 @@ accept_salt_key_remote() {
|
||||
add_socore_user_master() {
|
||||
groupadd --gid 939 socore
|
||||
$ADDUSER --uid 939 --gid 939 --home-dir /opt/so socore
|
||||
passwd socore
|
||||
}
|
||||
|
||||
add_socore_user_notmaster() {
|
||||
|
||||
Reference in New Issue
Block a user