HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible
Apache License 2.0
17 stars 31 forks source link

Fix - all variables enclosed in quotes #297

Closed marde16 closed 11 months ago

marde16 commented 11 months ago

If the ldap realm name or ldap bind user contains spaces the playbook fails with the error:

"WASX7017E: Exception received while running file \"/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin/was_config_ldap.py\"; exception information: com.ibm.ws.scripting.ScriptingException: WASX8009E: Invalid parameter:"

In the section "Create LDAP repository" all variables enclosed in quotes to avoid such errors.