*nix Thread, Apache2 + AuthenNTLM +groups help needed in Technical; I have GLPI working on one of my Ubuntu servers with full NTLM. I want to make it so it ...
Currently this authenticates everyone.
I am not sure if what I want is possible with this method as I have tried alsorts of directive lines for groups.
Ok if nobody knows the answer to this then how about me using a .htaccess to filter by group ? Is this possible? I can do the winbinf bit etc, it would just be the htaccess I would need some guidance on.
Is that a solution to my original query or the .htaccess? I have tried that with my original solution and it doesnt seem to work. I couldnt find any examples of it being used with groups either.
I am willing to try another apache module as well if you can recommend one which will give me ntlm and allow me to use a require group directive.
That was assuming you were going down the winbind route. Anyway, If you want straight NTLM...
Code:
AuthName "NTLM Authentication"
NTLMAuth on
NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp" --require-membership-of="YOUR_DOMAIN+administrators"
NTLMBasicAuthoritative on
AuthType NTLM
NTLMBasicAuth on
NTLMBasicAuthoritative on
require valid-user
Ok this has turned out to be more of a pain than I realised. I assume you are compiling you own as there are no packages? I cannot get it to compile on mine no matter what I try. I found a compiled one on the ubuntu forums but it says its for a different verion of apache grrr. Everything else is ready I just need to get a working mod_ntlm.so.