gui81 / docker-alfresco

Docker image for Alfresco Community Edition
MIT License
72 stars 63 forks source link

cfg_replace_option parameters should be quoted #26

Open Nidroide opened 6 years ago

Nidroide commented 6 years ago

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.