docker-alfresco icon indicating copy to clipboard operation
docker-alfresco copied to clipboard

cfg_replace_option parameters should be quoted

Open Nidroide opened this issue 6 years ago • 0 comments

Cannot setup instance having space in LDAP_SECURITY_PRINCIPAL environment variable. The problem is fixed double quoting the second parameter while calling cfg_replace_option in init.sh:

cfg_replace_option ldap.synchronization.java.naming.security.principal "$LDAP_SECURITY_PRINCIPAL" $LDAP_CONFIG_FILE

The same should be done for other parameters too.

Nidroide avatar Apr 04 '18 13:04 Nidroide