You are not logged in.
Pages: 1
So I have finally got ntlm installed on CentOS using Apache2:AuthenNTLM. It correctly identifies my login on a test page so I assume its working correctly at this point. I am a bit confused as to where to go from here.
I read in previous posts that NTLM is built into glpi and I simply need to set the "_SERVER array" option in other authentication settings. I have tried all of the settings there and nothing seems to allow SSO in GLPI. How do I know which "_SERVER array" setting to use?
Here is what my glpi config looks like in conf.d:
#glpi config
<Directory "/var/www/glpi">
PerlAuthenHandler Apache2::AuthenNTLM
AuthType ntlm,basic
AuthName Basic
require valid-user
PerlAddVar ntdomain "domain dc1"
PerlSetVar defaultdomain domain
PerlSetVar splitdomainprefix 1
</Directory>
Are there any other files I need to modify other than conf.d?
Last edited by Plight (2009-01-26 03:34:52)
GLPI .72
Current plugins - massocsimport
CentOS 5.3
Offline
Pages: 1