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 2010-01-27 09:15:35

hao3w
Member
Registered: 2009-02-27
Posts: 8

anyone know how to login glpi without username & password while in AD

I want to login GLPI with the logined AD account directly, while open the glpi site,no necessary to type username & password again, because the logined user account is the AD account, could glpi autheticate the AD account automatically & just let the user login GLPI without retype the username,password again.

Any information could be shared? Thanks a lot!!

Offline

#2 2010-01-27 09:52:50

minus
Member
Registered: 2010-01-13
Posts: 64

Re: anyone know how to login glpi without username & password while in AD

Hello
it's possible undirectly cause you can autolog on glpi site with the log of windows.

You have to uncoment the lign LoadModule sspi_auth_module modules/mod_auth_sspi.so which is in the file httpd.conf in the folder apache and then you add this at the end of the file (only sous Internet Explorer et Windows):

#glpi configuration
<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>

To finish you go in Configuration --> Authentification on GLPI site, choose "Cas configuration" and select "REMOTE_USER"

There is an article on the wiki about this but i don't retrive this

Last edited by minus (2010-01-27 10:01:01)

Offline

#3 2010-01-29 04:45:51

hao3w
Member
Registered: 2009-02-27
Posts: 8

Re: anyone know how to login glpi without username & password while in AD

Thank you very much!!

I'll test.

Yeah,I cannot find any related support documentation on GLPI website or wiki,so I try to get help here!

Many thanks!Hope it work!!

Offline

#4 2010-01-29 04:59:15

hao3w
Member
Registered: 2009-02-27
Posts: 8

Re: anyone know how to login glpi without username & password while in AD

Great!

It works for every domain user!

Because I runing the GLPI on IIS, so I only configure the CAS with the ldap server and then it login automatically!

Thanks again!

Offline

#5 2010-01-30 01:28:50

JMD
GLPI - Lead
Registered: 2004-09-13
Posts: 9,180
Website

Re: anyone know how to login glpi without username & password while in AD

I close.


JMD / Jean-Mathieu Doléans - Glpi-project.org - Association Indepnet
Apportez votre pierre au  projet GLPI   : Soutenir

Offline

#6 2011-01-19 15:58:11

robbiefpi
Member
From: Italy
Registered: 2010-08-04
Posts: 85

Re: anyone know how to login glpi without username & password while in AD

Hello, I'm trying these settings for SSPI and GLPI and works fine, that is the user is well authenticated but :


1. using IE vers. 7 the general user that make a call has a prompt to authenticate to server where GLPI is and then automatic sign on occur. But after he  can't log off.

2. using Firefox 3.6.13 the general user that make a call has a prompt to authenticate to server where GLPI is and then automatic sign on occur. But after he  can't log off.

Using XAMPP 1.7.3, GLPI 0.72.4  Apache 2.2.14 and mod_auth_sspi.so en v.1.0.4-2.2.2

can you help me? have you any tips?

I tried all the settings for IE and firefox as in the wiki, but nothing :-(

All of you can log off correctly?

the called file php  after clicking on quit (near the name) si logout, index.php (under front directory) and the login.php

Please can you help me?

Offline

#7 2011-01-19 16:09:14

steffens
Member
From: Hamburg
Registered: 2008-01-17
Posts: 60

Re: anyone know how to login glpi without username & password while in AD

Hello,

You should not post the same question to all kind of old postings relating SSO.

In version 0.72.x i never got log off working the right way.

I don't know when it got fixed but now under 0.78.x it is working for me.

Best regards, Steffens.


OS : Ubuntu 8.04.4 tls on VSphere server
OCS-NG  : OCS-NG 2.0 / UTF8
GLPI Productive : 0.80.2 with AD NTLMv1/2 SSO authentication

Offline

#8 2011-01-26 13:45:12

robbiefpi
Member
From: Italy
Registered: 2010-08-04
Posts: 85

Re: anyone know how to login glpi without username & password while in AD

I installed 0.78.x and there is the same problem with the usual configuration in httpd.conf di apache.

Nothing logout also for 0.78.x.

Please can you help me??

Thanks in advance

Roberto

Offline

Board footer

Powered by FluxBB