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 2017-01-14 23:17:15

bee7ch
Member
Registered: 2017-01-13
Posts: 1

Authentication LDAP (linux) + AD. Skip NTLM Auth for specific sub-net

Hello,

I configured GLPI with apache module mod_authn_ntlm.so with next cfg:

LoadModule auth_ntlm_module modules/mod_authn_ntlm.so

<Location />
    Satisfy All

    AuthName "Use your email to connect"
    AuthType SSPI
    NTLMAuth On
    NTLMAuthoritative on

    require valid-user

    Order deny,allow
    deny from all
    Allow from 10.48.0.0/12

</Location>

The purpose is to auto login users which are in domain and skip ntlm authentication if user use mobile phone.
For the moment, auto login works well.

In default authenticate screen I can login as well with AD(windows domain\user & password credential as with LDAP (linux uid & password).

Is it possible to display on mobile phone (or any device which are not in domain) default authentication screen to give to usersa any type of authenticate they want?
Even If I use link "http://1.2.3.4/index.php?noAUTO=1" on mobile phone the GLPI asks me NTLM credentials.

Thanks,

Regards,

Dmitriy

Offline

Board footer

Powered by FluxBB