elleFlorio / svn-docker

Lightweight Docker image to build a container running an SVN server
MIT License
145 stars 106 forks source link

PHP LDAP extension is not available #11

Closed Flo3561 closed 4 years ago

Flo3561 commented 5 years ago

I get the following error message (independent of which information is provided in the text input fields): "PHP LDAP extension is not available". Is it possible that it is necessary to install php7-ldap as well? image

elleFlorio commented 5 years ago

Hi Flo3561,

Thank you for the info, I will try to look into it as soon as I have some time. If you in the meantime can find a solution, feel fry to send a PR! 😉

Thank you!

elleFlorio commented 5 years ago

Hi, I created a branch issue-11 with the php7-ldap package in the Dockerfile. Could you test if it can solve your problem?

Thank you! 😄

elleFlorio commented 5 years ago

Hi @Flo3561,

I did a quick test and seems working. I'll wait a little more to see if you can do proper testing, then I will merge the fix into the master branch and produce a new image. 😉

junstrix commented 4 years ago

Don't forget setting extension=ldap in /etc/php7/php.ini

elleFlorio commented 4 years ago

Thank you @junstrix I will do it! ;-)

elleFlorio commented 4 years ago

Hey @junstrix, I just pushed the change in the branch issue-11. Can you verify if it is ok? Thank you! 😄

elleFlorio commented 4 years ago

Since there are no objections, I merged the modifications in the master branch and update the docker image in Docker Hub. This isssue is closed.