Page 1 of 1

Where to place the LDAP Certificate

PostPosted: 02. November 2011 12:42
by susanp
I need to place the LDAP Certificate document I have received some place in PHP library, but I can't find any information about where it should be placed. This is necessary for LDAP connections. Any ideas?
Thank you.

Re: Where to place the LDAP Certificate

PostPosted: 02. November 2011 21:56
by AntM
First of all, I have to say i'm not too sure myself - but does this do anything to help you ?
http://uk3.php.net/manual/en/ldap.installation.php

Re: Where to place the LDAP Certificate

PostPosted: 03. November 2011 13:57
by JonB
I need to place the LDAP Certificate document I have received some place in PHP library


How did you determine this, and do you have those 'instructions'. It might help to include that in your query here.

AFAIK, XAMPP 1.7.7 does not support openLDAP 'out of the box'. You will likely need a VC9 compiled PHP extension.

8)

http://stackoverflow.com/questions/6046 ... f-location

http://oss.sgi.com/LDP/HOWTO/LDAP-Imple ... cates.html

Re: Where to place the LDAP Certificate

PostPosted: 03. November 2011 16:50
by hackattack142
The PHP that comes with XAMPP 1.7.7 is compiled with VC9 and it does include the "php_ldap.dll" in the php extensions directory by default, it is just not enabled in the "php.ini" file by default. You may also need to copy some libraries into the Apache Bin directory to get it to work correctly. See this thread regarding that: viewtopic.php?f=16&t=48302

Re: Where to place the LDAP Certificate

PostPosted: 03. November 2011 16:56
by JonB
I had been working on it and got to the same unexplained dependency error, thanks for explaining the 'workaround'. (LOL my answer had been evolving, along with my research)

Cheers
8)

Re: Where to place the LDAP Certificate

PostPosted: 03. November 2011 23:19
by Sharley
The replies have gone off topic and do not answer the OP's original question of 'Where to place the LDAP Certificate'.

Please post links for this issue like JonB quite rightly posted but make the links LDAP on Windows related as references to Linux installs and associated paths would only serve to create confusion.

#susanp
An SSL certificate for LDAP is only required if connecting via Secure Socket Layer.

Try setting up LDAP without a certificate first.

As advised by the XAMPP for Windows developer, please find instruction on the Internet for installing LDAP and a certificate if needed, as this subject is for individual readers and members to find their own solutions and is not directly related to the normal running of XAMPP for which this forum provides support.

Best wishes. :)