Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ldap module #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

snipking
Copy link

@snipking snipking commented Jul 8, 2020

fix #33

Copy link
Contributor

@davidbarratt davidbarratt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also make these changes to the other two Dockerfiles?

; \
\
docker-php-ext-configure gd \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-freetype-dir=/usr \
; \
docker-php-ext-configure ldap \
--with-libdir=lib/x86_64-linux-gnu/ \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the default libdir ? Is this necessary?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Point to /usr/lib/x86_64-linux-gnu/ to access .so files installed with apt-get install libldap2-dev

@snipking
Copy link
Author

snipking commented Jul 9, 2020

Can you also make these changes to the other two Dockerfiles?

The ldap module used when user login from GUI. So the other two Dockerfiles may not need this module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

php-ldap module not include
2 participants