Re: How to use LDAP using PHP [message #181823] |
Fri, 07 June 2013 13:35 |
Zoltan Papp
Messages: 1 Registered: June 2013
Karma: 0
|
Junior Member |
|
|
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 ?
|
|
|
Re: How to use LDAP using PHP [message #181824 is a reply to message #181823] |
Fri, 07 June 2013 15:03 |
Thomas 'PointedEars'
Messages: 701 Registered: October 2010
Karma: 0
|
Senior Member |
|
|
Zoltan Papp wrote:
> 2007. január 31., szerda 14:39:14 UTC+1 időpontban dilipb...@gmail.com a
> következőt írta:
>> […]
Good morning. Also, it's attribution _line_, not attribution novel.
PointedEars
--
> If you get a bunch of authors […] that state the same "best practices"
> in any programming language, then you can bet who is wrong or right...
Not with javascript. Nonsense propagates like wildfire in this field.
-- Richard Cornford, comp.lang.javascript, 2011-11-14
|
|
|
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: 0
|
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
==================
|
|
|