Replies: 1 comment
-
An AI helped solve it. $extldap_config = array( than edit in \main\auth\external_login\ldap.inc.php: function extldap_connect()
} in my case, Windows, there was two additional step: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Community,
I'm using Chamilo LMS 1.11.26.
tried:
// Set LDAP options for SSL/TLS
$ldapOptions = array(
LDAP_OPT_X_TLS_REQUIRE_CERT => LDAP_OPT_X_TLS_DEMAND,
LDAP_OPT_X_TLS_PROTOCOL_MIN => LDAP_OPT_X_TLS_PROTOCOL_TLSv1_2,
);
but that didn't worked. Any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions