You are not logged in.
Bonjour,
je rencontre un petit problème d'authentification lorsque je lance l'URL d'un élément de ma base de connaissance.
J'utilise l'authentification automatique et lorsque je tape directement l'URL d'un élément de la base de connaissance, il n'y a pas d'authentification ni de redirection vers la page souhaitée. Je me retrouve simplement avec une page vide (voir cp) :
Production -> Server OS: RedHat Enterprise Linux v5.5 - GLPI: v0.72.4
Développement -> Server OS: Windows XP - GLPI: v0.83.2
Offline
Passez glpi en mode debug pour voir l'erreur.
Pour moi en tapant directement l'URL il vous manque le profile, donc les droits.
Vous entendez quoi exactement par "j'utilise l'authentification automatique" ?
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
J'ai le profil super-admin.
En mode DEBUG j'ai ces messages d'erreur :
PHP ERROR: Undefined index: glpiID in D:\OCS Inventory NG\xampp\htdocs\glpi\inc\display.function.php at line 165
PHP ERROR: Undefined index: glpiname in D:\OCS Inventory NG\xampp\htdocs\glpi\inc\display.function.php at line 723
PHP ERROR: Undefined index: glpirealname in D:\OCS Inventory NG\xampp\htdocs\glpi\inc\display.function.php at line 723
PHP ERROR: Undefined index: glpifirstname in D:\OCS Inventory NG\xampp\htdocs\glpi\inc\display.function.php at line 723
PHP ERROR: Undefined index: glpiprofiles in D:\OCS Inventory NG\xampp\htdocs\glpi\inc\display.function.php at line 2022
J'utilise l'authentification automatique par LDAP avec la variable _SERVER REMOTE_USER.
Production -> Server OS: RedHat Enterprise Linux v5.5 - GLPI: v0.72.4
Développement -> Server OS: Windows XP - GLPI: v0.83.2
Offline
Il n'y a pas de fonction redirect pour toutes les pages, et la base de connaissance en fait partie.
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
Dommage, est ce que c'est prévu ?
Production -> Server OS: RedHat Enterprise Linux v5.5 - GLPI: v0.72.4
Développement -> Server OS: Windows XP - GLPI: v0.83.2
Offline
Pas à ma connaissance.
Pour en être certain, regardez la roadmap https://dev.indepnet.net/glpi/roadmap
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
Essayez plutôt d'appeler l'url suivante :
index.php?redirect=knowbase_136
Comme cela vous utiliser la redirecton interne de GLPI et cela devrait fonctionner car l'authentification se fera correctement.
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
Merci MoYo, je vais essayer ça...
EDIT:
Impeccable ça fonctionne très bien ..!
Last edited by Met@lnono (2009-06-29 11:37:51)
Production -> Server OS: RedHat Enterprise Linux v5.5 - GLPI: v0.72.4
Développement -> Server OS: Windows XP - GLPI: v0.83.2
Offline