You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We plan switch the authentication on domain controller from LDAP to LDAPS (over SSL)
I didn’t found any hint for LDAPS in your linked dosumentation.
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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