espocrm / espocrm-docker

Official Docker Image for EspoCRM
https://hub.docker.com/r/espocrm/espocrm
GNU Affero General Public License v3.0
56 stars 34 forks source link

LDAP Authentication issues #11

Closed jasonheffner closed 2 years ago

jasonheffner commented 2 years ago

@tmachyshyn

Unfortunately that doesn't fix it as you are using apt-mark and apt-get purge with auto-remove. The package doesn't end up in the final docker image. You need to install it here

https://github.com/espocrm/docker/blob/master/Dockerfile-debian.template#L65

or put it outside of your apt-mark.

Originally posted by @jasonheffner in https://github.com/espocrm/docker/issues/8#issuecomment-944480382

tmachyshyn commented 2 years ago

@jasonheffner Thanks for your suggestion. Fixed https://github.com/espocrm/docker/commit/662bef78f854eefed993add2cb2ff793ae90be7c. The docker image espocrm/espocrm:7.0.7 contains this fix. Please try and let me know the result.

jasonheffner commented 2 years ago

@tmachyshyn

Confirmed.. working as intended now.

tmachyshyn commented 2 years ago

Great