diff options
author | Koren Lev <korenlev@gmail.com> | 2017-08-08 15:34:54 +0300 |
---|---|---|
committer | Koren Lev <korenlev@gmail.com> | 2017-08-08 15:34:54 +0300 |
commit | 3b6d370605e1f3c5187d6dc84eeb5f6c0eee4f72 (patch) | |
tree | af4e533096e6a0dc1e7b45e202342876a012225b /app | |
parent | c681fbae72cf832b2fcb4b0d787e3615297b16df (diff) |
bug fix on ldap.conf creation
Change-Id: If3562d485cd9acc930b48b761780696c10a9155c
Signed-off-by: Koren Lev <korenlev@gmail.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/install/calipso-installer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/install/calipso-installer.py b/app/install/calipso-installer.py index 56f381e..3c2ba78 100644 --- 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 = "userpassword" ldap_text = \ "user admin\n" + \ "{}\n" + \ |