I have a question. I have a site on apache2.2. I need provide this feature for client.
When user which in active directory domain open the site that user must be login automatically.
Really i don’t know how to do this stuff. Please help me. So if user in domain that this user must be login automatically and his nickname must be same as nickname in active directory. domain
It actually is possible with NTLM authentication. You need the AuthenNTLM-plugin, which will authenticate a user using the Internet Explorer. An example syntax would be
Please refer to the module documentation for more options and specific instructions on the setup – the above should get you started in the right direction.
On the client side, Internet Explorer and Firefox should be able to login automatically after some configuration (Firefox needing a bit of special care – which may be achieved by setting the configuration variables during deployment).