You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2012-10-31 13:00:09

SupportGE
Member
Registered: 2012-08-10
Posts: 4

Problème Single Sign On

Bonjour,

Version GLPI : 0.83.6

J'ai configurer le Single Sign On sur mon Ubuntu Server de la manière suivante :

<Directory "/var/www/glpi">
                Options None
                Order allow,deny
                Allow from all

                NTLMAuth on
                NTLMAuthoritative on
                NTLMDomain MonDomaine
                NTLMServer DC1
                NTLMBackup DC2
             

                AuthName NTAuth
                AuthType NTLM
                require valid-user
                Satisfy all
        </Directory>

Cependant, lorsque je veux accéder à l'interface Web GLPI, un prompt me demande mes informations d'authentification (rien à voir avec la page d'authentification GLPI). Lorsque je saisie mes informations AD d'authentification, la connexion aboutit correctement. Par contre, et corrigez moi si je me trompe, il me semblait que le SSO authentifiait l'utilisateur sans même que ce dernier ait a saisir ses identifiants.

PS : La mémorisation des identifiants sous IE ou FIREFOX ne fonctionne pas.

Est-ce un comportement normal ?

Merci d'avance.

Offline

#2 2013-03-01 16:57:23

drvn_usr
Member
Registered: 2012-03-01
Posts: 33

Re: Problème Single Sign On

Tu as utilisé le mauvais forum/tutoriel (je pense)

Cette conf ne fonctionne pas avec moi (0.83.7), elle fait buger apache.

<Directory "/var/www/glpi">
                Options None
                Order allow,deny
                Allow from all
                NTLMAuth on
                NTLMAuthoritative on
                NTLMDomain MonDomaine
                NTLMServer DC1
                NTLMBackup DC2
             
                AuthName NTAuth
                AuthType NTLM
                require valid-user
                Satisfy all
        </Directory>

j'ai utilisé plutot:
<Directory "C:/OCSinventoryNG/xampp/htdocs/glpi>
  Options None
  Order allow,deny
  Allow from all

  AuthName "Accès restreint"
  AuthType SSPI
  SSPIAuth On
  SSPIAuthoritative On
  SSPIOfferBasic On
  require valid-user
  </Directory>

qui provient de: http://www.glpi-project.org/wiki/doku.p … authautoad

Last edited by drvn_usr (2013-03-01 16:57:37)


glpi helpdesk 0.83.91
250 users.

Offline

Board footer

Powered by FluxBB