Re: How to use LDAP using PHP [message #181825 is a reply to message #181823] |
Fri, 07 June 2013 15:46 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 6/7/2013 9:35 AM, Zoltan Papp wrote:
> 2007. január 31., szerda 14:39:14 UTC+1 időpontban dilipb...@gmail.com a következőt írta:
>> Heylo, I have installed PHP and make the necessary changes required in
>> PHP.ini the changes were uncommenting LDAP and GD files. after that i
>> had run PHPinfo command thru web page and it was not showing me both
>> LDAP and GD config. Is i am doing sumthing worng if yes plz guide else
>> tell me sum solution for how to go further.
>
> Hi there ! I do not exactly know if this is what you are looking for but i just did this on Windows 2008 server.
>
> 1, Install OpenLDAP server for Windows
> 2, Install PHP for windows from http://php.iis.net/
> 3, Add this line to PHP.INI where the extensions are.
> extension=php_ldap.dll
> 4, Enable Windows authentication in IIS under Authentication.
> Also enable Active Directory credentials.
> 5, Use this simple login PHP script for testing the config.
> http://php.net/manual/en/function.ldap-bind.php (MUST PUT CORRECT INFO IN! EDIT !)
> 6, Reboot
> 7, Results ?
>
LOL, I know you're trying to help. But the original post is 6.5 years
old. I doubt if he's still looking for an answer.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|