ltb container #1080
-
I'm trying to get the container provided here working in EKS. I've used the rpm's to build a working instance and created my own container installing php and ltb so I'm familiar with the product. The error in the logs states: [Tue Jul 15 20:27:31.787990 2025] [php:warn] [pid 2958:tid 2958] [client 100.100.12.229:33521] PHP Warning: ldap_bind(): Unable to bind to server: Can't contact LDAP server in /var/www/vendor/ltb-project/ltb-common/src/Ltb/PhpLDAP.php on line 36, referer: https://redacted.redacted.com/index.php `<?php $debug = true; |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can try to add in your PHP config file: putenv("LDAPTLS_REQCERT=allow");
$ldap_url = ... |
Beta Was this translation helpful? Give feedback.
-
putenv("LDAPTLS_REQCERT=allow"); |
Beta Was this translation helpful? Give feedback.
putenv("LDAPTLS_REQCERT=allow");