Search found 2 matches
- Tue Apr 23, 2013 5:03 pm
- Forum: PHP - Code
- Topic: LDAP Bind over SSL problems
- Replies: 2
- Views: 1006
Re: LDAP Bind over SSL problems
Strider, thank you. We did see references on that, but since those are also in the PHP directory, shouldn't the local copies be found first? We just found the solution though in the past few minutes. In our case we needed to set an evironment variable LDAPCONF=path_to_ldap.conf_file. That seems to h...
- Tue Apr 23, 2013 2:08 pm
- Forum: PHP - Code
- Topic: LDAP Bind over SSL problems
- Replies: 2
- Views: 1006
LDAP Bind over SSL problems
I'm very new to PHP and just trying to help another developer debug an LDAP query over SSL via PHP. We are working with PHP 5.3 and 5.4 (different servers) and Windows 2008 R2. Our code is similar to below: ini_set('display_errors', 'On'); putenv('LDAPTLS_REQCERT=never'); $ldaphost = "ldaps://m...