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 2018-04-17 18:33:02

dronces
Member
Registered: 2014-06-20
Posts: 9

SOLVED single sign on glpi on windows

IT WORKS!..........!

XAMPP for Windows 7.1.14
PHP Version 7.1.14
Windows NT NAMESERVER 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) i586
Apache 2.0/2.4.29 (Win32) mod_authnz_sspi/0.1.1 OpenSSL/1.0.2n PHP/7.1.14
Versión del cliente de base de datos: libmysql - mysqlnd 5.0.12-dev - 20150407


httpd.conf
LoadModule ldap_module modules/mod_ldap.so
LoadModule authnz_sspi_module modules/mod_authnz_sspi.so

Al Final de httpd.conf

#GLPI SSO Configuration
<Directory "C:\xampp\htdocs\glpi">
  Options None
  AllowOverride All
  Order allow,deny
  Allow from all
  #AuthName "Accès restreint"
  AuthType SSPI
  SSPIAuth On
  SSPIAuthoritative On
  SSPIOfferBasic On
  SSPIOmitDomain On
  require valid-user
</Directory>

=====================================
al final de C:\xampp\htdocs\glpi\.htaccess, agregar:

<ifModule mod_auth_sspi.c>
    Options None
    Order allow,deny
    Allow from all

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


===================
en GLPI

Inicio-Configuración-Autenticación-Otros-Campo de almacenamiento de datos de ingreso en la solicitud HTTP
REMOTE_USER

RESTART APACHE

funciona con IExplorer y Chrome

Offline

Board footer

Powered by FluxBB