mirror of
https://github.com/samply/bridgehead.git
synced 2025-07-12 16:30:20 +02:00
CCE Teiler and Export (#323)
* Added Exporter to CCE * Add Teiler to CCE * Add EXPORTER_USER to adduser function
This commit is contained in:
@ -162,7 +162,7 @@ case "$ACTION" in
|
||||
adduser)
|
||||
loadVars
|
||||
log "INFO" "Adding encrypted credentials in /etc/bridgehead/$PROJECT.local.conf"
|
||||
read -p "Please choose the component (LDM_AUTH|NNGM_AUTH) you want to add a user to : " COMPONENT
|
||||
read -p "Please choose the component (LDM_AUTH|NNGM_AUTH|EXPORTER_USER) you want to add a user to : " COMPONENT
|
||||
read -p "Please enter a username: " USER
|
||||
read -s -p "Please enter a password (will not be echoed): "$'\n' PASSWORD
|
||||
add_basic_auth_user $USER $PASSWORD $COMPONENT $PROJECT
|
||||
|
Reference in New Issue
Block a user