summaryrefslogtreecommitdiffstats
path: root/app/install/calipso-installer.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/install/calipso-installer.py')
-rw-r--r--app/install/calipso-installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/install/calipso-installer.py b/app/install/calipso-installer.py
index bccddae..c088876 100644
--- a/app/install/calipso-installer.py
+++ b/app/install/calipso-installer.py
@@ -321,7 +321,7 @@ while container not in container_names:
# starting the containers per arguments:
if action == "start":
# building /home/calipso/calipso_mongo_access.conf and /home/calipso/ldap.conf files, per the arguments:
- calipso_mongo_access_text = "server " + args.hostname + "\nuser " + args.dbuser + "\npassword " + \
+ calipso_mongo_access_text = "server " + args.hostname + "\nuser " + args.dbuser + "\npwd " + \
args.dbpassword + "\nauth_db calipso"
ldap_text = "user admin" + "\npassword password" + "\nurl ldap://" + args.hostname + ":389" + \
"\nuser_id_attribute CN" + "\nuser_pass_attribute userpassword" + \