Code Review
/
calipso.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c681fba
)
bug fix on ldap.conf creation
15/38915/1
author
Koren Lev
<korenlev@gmail.com>
Tue, 8 Aug 2017 12:34:54 +0000
(15:34 +0300)
committer
Koren Lev
<korenlev@gmail.com>
Tue, 8 Aug 2017 12:34:54 +0000
(15:34 +0300)
Change-Id: If3562d485cd9acc930b48b761780696c10a9155c
Signed-off-by: Koren Lev <korenlev@gmail.com>
app/install/calipso-installer.py
patch
|
blob
|
history
diff --git
a/app/install/calipso-installer.py
b/app/install/calipso-installer.py
index
56f381e
..
3c2ba78
100644
(file)
--- a/
app/install/calipso-installer.py
+++ b/
app/install/calipso-installer.py
@@
-363,7
+363,7
@@
if action == "start":
"auth_db calipso" \
.format(args.hostname, args.dbuser, args.dbpassword)
LDAP_PWD_ATTRIBUTE = "password password"
- LDAP_USER_PWD_ATTRIBUTE = "password"
+ LDAP_USER_PWD_ATTRIBUTE = "
user
password"
ldap_text = \
"user admin\n" + \
"{}\n" + \