echo"Please provide the following parameters for the first SOCTools user, which will be created during the initialization with organization admin privileges:"
echo"Please provide the following parameters for the first SOCTools user, which will be created during the initialization with organization admin privileges (other user accounts can be created later via a web GUI):"
echo"username - Username of the user"
echo"username - Username of the user"
echo"firstname - First name of the user"
echo"firstname - First name of the user"
echo"lastname - Last name of the user"
echo"lastname - Last name of the user"
...
@@ -105,16 +105,37 @@ else
...
@@ -105,16 +105,37 @@ else
DN="CN=${CN}"
DN="CN=${CN}"
echo
echo
echo
echo
echo"Please provide the configuration for sending emails via SMTP (used by user management web GUI to send emails to users)."
echo"You can leave it empty if you are just testing and don't plan to add more users."
echo" host - Hostname of the SMTP server"
echo" sender - Email address used as the sender (e.g. 'soctools@${soctoolsproxy}')"
echo" username - Authenticate using this username (leave empty to send emails without authentication)"
echo" password - Authenticate using this password (WARNING: Password is stored in clear in a configuration file)"