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 2011-04-06 08:24:14

sankan101
Member
Registered: 2011-04-06
Posts: 24

NTLM with GLPI

Hi I would like to implement NTLM with GLPI but for some reason it is not working
I have tried all ways I found on internet but still it is not working

I have GLPI .78 and Apache, GLPI is able to communicate to LDAP but just NTLM is not working.
I have tried to follow steps on GLPI wiki but it did not helped me.

Is there anyone whos got this one working?


GLPI Version 0.78.3
Operating Systems : CentOS based on Redhat
Software: Apache/2.2.3 (CentOS) GLPI Authentication through LDAP Windows AD
MySQL: 5.0.77 (root@localhost/glpi)

Offline

#2 2011-04-07 09:00:53

sankan101
Member
Registered: 2011-04-06
Posts: 24

Re: NTLM with GLPI

Ok, here is more information

NTLM module has been installed correctly

Here is my code in httpd.conf file

<Directory "/var/www/html/test">
   AuthType NTLM 
    NTLMAuth on 
    NTLMAuthoritative on
    NTLMDomain oms
    NTLMServer servermain
    NTLMBackup backupserver
    Require valid-user
   </Directory>

(save this file and reboot apache)

When I try to open up website - it comes up wiht screen asking for username and password - it does not accept any username and password - just box keeps on popping up.  and at last it says authentication failure

I found below log in httpd error log


Thu Apr 07 16:50:30 2011] [notice] [client 10.0.0.103] got auth_line "TlRMTVNTUAABAAAAB4IIogAAAAAAAAAAAAAAAAAAAAAGAbEdAAAADw=="
[Thu Apr 07 16:50:30 2011] [notice] [client 10.0.0.103] got header with host "", domain ""
[Thu Apr 07 16:50:30 2011] [error] [client 10.0.0.103] received msg1 171588632 23254
[Thu Apr 07 16:50:30 2011] [notice] [client 10.0.0.103] send WWW-Authenticate "NTLM TlRMTVNTUAACAAAABgAGADAAAAAHggEAF4+YShpsz2AAAAAAAAAAAAAAAAA2AAAAVgBDAEEA"
[Thu Apr 07 16:50:30 2011] [notice] [client 10.0.0.103] got auth_line "TlRMTVNTUAADAAAAGAAYAIIAAAA+AD4AmgAAAAYABgBYAAAAEAAQAF4AAAAUABQAbgAAAAAAAADYAAAABYIAAgYBsR0AAAAP2HEQFaBbqC5MJvUem20WE1YAQwBBAHMAawBhAG4AcwBhAHIAYQBDAFYAVwA3AEwAQQBQADAAMgA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC6pyl2CtB++JVehltGhNGIBAQAAAAAAAHsrzIDw9MsB2kooQV2S6lIAAAAAAgAGAFYAQwBBAAAAAAAAAAAA"
[Thu Apr 07 16:50:30 2011] [notice] [client 10.0.0.103] got header with host "computer1", domain "oms"
[Thu Apr 07 16:50:30 2011] [error] [client 10.0.0.103] received msg3 171588632 23254
[Thu Apr 07 16:50:30 2011] [error] [client 10.0.0.103] authenticating user against DC 171588632 23254
[Thu Apr 07 16:50:30 2011] [error] [client 10.0.0.103] NTLM/SMB user "seon": authentication failure for "/test"



My IE is properly setup for auto login for local intranet

Can anyone help me here???

Thank you very much in advance

Last edited by sankan101 (2011-04-07 09:01:55)


GLPI Version 0.78.3
Operating Systems : CentOS based on Redhat
Software: Apache/2.2.3 (CentOS) GLPI Authentication through LDAP Windows AD
MySQL: 5.0.77 (root@localhost/glpi)

Offline

Board footer

Powered by FluxBB