You are not logged in.
Pages: 1
Topic closed
First I got message in setup =>Authentication, 'The LDAP extension of your PHP parser isn't installed'
and in setup => ohers 'The CURL or DOMXML extension for your PHP parser isn't installed'
then I downloaded and installed ADSI edit utillity, like in GLPI WIKI, and il all php.ini removed all ; from php_ldap.dll. Then I restared all my services.
Now whe I go to setup =>Authentication the 'The LDAP extension of your PHP parser isn't installed' does not exist any more but there is no window, there is just name and and server, but nothin to write in that window. In services => others ihere is still mesage 'The CURL or DOMXML extension for your PHP parser isn't installed'.
Can you help me? Pls?
GLPI 0.71.5, Xampp 1.5.5, OCS 1.0.1, Win Server 2003 x64
Offline
Make a search before posting
http://glpi-project.org/forum/viewtopic.php?id=13921
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
Yes I have removed the ; from C:\OCS\Xampp\apache\bin , and from 2 other files fut not from php4 because I use php4 but it still won't work.
GLPI 0.71.5, Xampp 1.5.5, OCS 1.0.1, Win Server 2003 x64
Offline
Have you removed ; before extension=php_curl.dll and restart your web server ?
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
When I removed ; before extension=php_curl.dll it removed 'The CURL or DOMXML extension for your PHP parser isn't installed'. Thank you. One probem less. But ldap is still empty.
GLPI 0.71.5, Xampp 1.5.5, OCS 1.0.1, Win Server 2003 x64
Offline
You have restart apache process on xampp ?
Xavier Caillaud
Blog GLPI Infotel
Offline
And apache and mysql. Is there anything else except php_curl.dll, php_ldap.dll that I shoul uncomment.
GLPI 0.71.5, Xampp 1.5.5, OCS 1.0.1, Win Server 2003 x64
Offline
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;
; If you wish to have an extension loaded automatically, use the following
; syntax:
;
; extension=modulename.extension
;
; For example, on Windows:
;
; extension=msql.dll
;
; ... or under UNIX:
;
; extension=msql.so
;
; Note that it should be the name of the module only; no directory information
; needs to go here. Specify the location of the extension with the
; extension_dir directive above.
;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
;
;extension=php_apc.dll
;extension=php_bcompiler.dll
;extension=php_bz2.dll
;extension=php_cpdf.dll
;extension=php_crack.dll
extension=php_curl.dll
;extension=php_db.dll
;extension=php_dba.dll
;extension=php_dbase.dll
;extension=php_dbx.dll
;extension=php_domxml.dll
;extension=php_fdf.dll
;extension=php_filepro.dll
;extension=php_fribidi.dll
extension=php_gd2.dll
extension=php_gettext.dll
;extension=php_gmagick.dll ; needs CORE_RL_magick_.dll
;extension=php_http.dll
extension=php_hyperwave.dll
;extension=php_ibm_db2.dll
;extension=php_iconv.dll
;extension=php_ifx.dll
;extension=php_iisfunc.dll
;extension=php_imagick.dll
extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_ixsfunc.dll
;extension=php_java.dll
;extension=php_json.dll
extension=php_ldap.dll
;extension=php_lzf.dll
;extension=php_maxdb.dll
extension=php_mbstring.dll
;extension=php_exif.dll
;extension=php_mcrypt.dll
;extension=php_memcache.dll
;extension=php_mhash.dll
extension=php_mime_magic.dll
extension=php_ming.dll
;extension=php_msql.dll
extension=php_mssql.dll
;extension=php_netools.dll
;extension=php_ntuser.dll
;extension=php_oci8.dll
;extension=php_oggvorbis.dll
extension=php_openssl.dll
;extension=php_oracle.dll
extension=php_pdf.dll
;extension=php_pgsql.dll
;extension=php_phpdoc.dll
;extension=php_printer.dll
;extension=php_pspell.dll
;extension=php_radius.dll
;extension=php_shmop.dll
;extension=php_snmp.dll
extension=php_sockets.dll
extension=php_sqlite.dll
;extension=php_stem.dll
;extension=php_sybase_ct.dll
;extension=php_threads.dll
;extension=php_tidy.dll
;extension=php_w32api.dll
;extension=php_win32ps.dll
;extension=php_xdebug.dll
extension=php_xmlrpc.dll
;extension=php_xmlwriter.dll
extension=php_xslt.dll
;extension=php_yaz.dll ; Module makes trouble
extension=php_zip.dll
GLPI 0.71.5, Xampp 1.5.5, OCS 1.0.1, Win Server 2003 x64
Offline
Can you post your LDAP configuration in GLPI ?
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
What do you mean? I haven't configured LDAP in GLPI because I just see name and Server by default and nothing to write in LDAP.
GLPI 0.71.5, Xampp 1.5.5, OCS 1.0.1, Win Server 2003 x64
Offline
> I just see name and Server by default and
And name is a link to the configuration form...
+
Dév. Fedora 29 - PHP 5.6/7.0/7.1/7.2/7.3/7.4 - MariaDB 10.3 - GLPI master
Certifié ITILv3 - RPM pour Fedora, RHEL et CentOS sur https://blog.remirepo.net/
Offline
No. Wwen I press name or server I just mark it. No link on name or server.
GLPI 0.71.5, Xampp 1.5.5, OCS 1.0.1, Win Server 2003 x64
Offline
Are you connected with a super-admin profile ?
+
Dév. Fedora 29 - PHP 5.6/7.0/7.1/7.2/7.3/7.4 - MariaDB 10.3 - GLPI master
Certifié ITILv3 - RPM pour Fedora, RHEL et CentOS sur https://blog.remirepo.net/
Offline
Solved it. Thank you everyone. Now I can se all users. If I'll see you I'll buy you a beer .
GLPI 0.71.5, Xampp 1.5.5, OCS 1.0.1, Win Server 2003 x64
Offline
ok great
I close
Offline
Pages: 1
Topic closed