|
My LDAP server does not use any TLS or SSL, so I setup ldap_settings.php as:
$LDAPEncryptionType = array("myhost" => "clear");
However, when I try to login as a user, I receive:
Warning: ldap_start_tls() [function.ldap-start-tls]: Unable to start TLS: Can't contact LDAP server in /var/www/pligg/modules/ldap/ldap_main.php on line 166
What am I missing?
|