You are not logged in.
Pages: 1
Topic closed
We want to install the most recent stable release of GLPI on Windows 2003 server.
We want to use LDAP support (with PHP). What is the best implementation of LDAP (openldap?) for windows 2003, that is supported by GLPI, and how do we compile PHP for it?
On Linux we had no problem compiling PHP with the OpenLDAP release and get it working with GLPI; but obviously Windows 2003 is another story. Perhaps some of you have experience with this.
Thanks in advance for any feedback.
Regards,
Fred Melssen
Radboud University Nijmegen
The Netherlands
Offline
if you have windows 2003, you have active directory so ldap is in function.
You have just to activate the ldap in the php.ini
Xavier Caillaud
Blog GLPI Infotel
Offline
if you have windows 2003, you have active directory so ldap is in function.
You have just to activate the ldap in the php.ini
Sorry.. i am new to php and apache stuff..
How do I activate the ldap in the php.ini?
Offline
Offline
uncomment
;extension=php_ldap.dll
I already uncommented the line, but when i go to Setup -> External sources of authentification
Still, under LDAP configuration, there are still these messages:
The LDAP extension of your parser PHP is not installed
Impossible to use LDAP as external source of connection
I've restarted the server, but still the same
Offline
this is not the good php.ini or you have'nt reboot your web server.
Xavier Caillaud
Blog GLPI Infotel
Offline
this is not the good php.ini or you have'nt reboot your web server.
I edited all php.ini files that i can find on my server (including php4.ini and php5.ini and 2 php.ini files i found in php and php4 folders).
I restarted my server, so should it be considered as rebooting my web server?
Offline
are you sure ?? this is typically the origin of this problem
Xavier Caillaud
Blog GLPI Infotel
Offline
yes,
but for an other time
you can reboot your web server using the following command ( if the web service is apache)
net stop apache
net start apache
Plateforme :
OS : Windows 2003 Sp1 / logiciel de décompactage : Winzip / Navigateurs : Internet Explorer 6sp1 / firefox 1.5
Installation : Package Ocs NG RC3 - XAMPP version 1.5.1
Serveur : Apache 2.0.55 / Base : 5.0.18-nt / Langage : PHP 5.1.1 / PhpMyAdmin 2.7.0-pl1
Offline
same result.. any idea?
Offline
config ? do you use Xampp from OCS ?
Xavier Caillaud
Blog GLPI Infotel
Offline
Yes.. I am using Xampp from OCS. Need to change anything?
Offline
C:\OCSInventoryNG\xampp\apache\bin : the good php.ini is here
Xavier Caillaud
Blog GLPI Infotel
Offline
Bingo..
Thanks a lot tsmr.
Offline
Offline
Pages: 1
Topic closed