mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 19:22:54 +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() {
|
add_socore_user_master() {
|
||||||
groupadd --gid 939 socore
|
groupadd --gid 939 socore
|
||||||
$ADDUSER --uid 939 --gid 939 --home-dir /opt/so socore
|
$ADDUSER --uid 939 --gid 939 --home-dir /opt/so socore
|
||||||
|
passwd socore
|
||||||
}
|
}
|
||||||
|
|
||||||
add_socore_user_notmaster() {
|
add_socore_user_notmaster() {
|
||||||
|
|||||||
Reference in New Issue
Block a user