From 3b6d370605e1f3c5187d6dc84eeb5f6c0eee4f72 Mon Sep 17 00:00:00 2001 From: Koren Lev Date: Tue, 8 Aug 2017 15:34:54 +0300 Subject: bug fix on ldap.conf creation Change-Id: If3562d485cd9acc930b48b761780696c10a9155c Signed-off-by: Koren Lev --- app/install/calipso-installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" + \ -- cgit 1.2.3-korg