View Single Post
  #5 (permalink)  
Old 03-24-2008, 03:47 PM
sems sems is offline
New Pligger
 
Join Date: Mar 2008
Posts: 2
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?
Reply With Quote