David, Thanks. I am able to use the PHP LDAP test script (from another message in the VCL listserv archive) to bind, but after changing all instances of "ldaps" to "ldap" VCL reports "Unable to connect to authentication server." I ran the test script on the same system on which VCL's installed.
Anything else you can think of? Thanks very much, Mike -- *Mike Haudenschild* Longsight (740) 599-5005 x809 [email protected] www.longsight.com On Wed, Feb 19, 2014 at 2:37 PM, David DeMizio <[email protected]> wrote: > Hello Mike, > > I believe it's possible but you will need to make some changes to the code > in the .htc-inc folders. I had it working before I changed over to ldaps. > first in authentication.php look for a line like $ds = ldap_connect("ldaps > ://{$auth['server']}/"); and then there might be a few others in > authmethods/ldapauth.php. so just change ldaps:// to ldap:// > > David DeMizio > *Academic Systems Coordinator* > Office of Information Technology > New College of Florida > Phone: 941-487-4222 | Fax: 941-487-4356 > www.ncf.edu > > > On Wed, Feb 19, 2014 at 2:25 PM, Mike Haudenschild <[email protected]>wrote: > >> I'm attempting to bind VCL to an LDAP server that is NOT using SSL. >> Before I started the configuration process and tried to troubleshoot, I >> thought I would ask if this is even supported. >> >> Thanks very much, >> Mike >> > >
<<attachment: ldaptest.php>>
