Open gnyuan opened 1 year ago
You just configure the domain name and user e.g. Require sspi-user EMEA\group_name
But you can configure NTLMDomain
Scroll down the README.md
I have already tried deploying it. Does this module support transparent login? That means logging in without requiring the user to input a username and password.
Oh, it can now transparent login! according to this article, I overlooked the browser's security settings, such as configuring trusted sites and allowing automatic login. For an intranet environment, convenience takes precedence over security, even though we are aware that NTLM is not very secure. Thank you!
I used a module called mod_ntlm on apache serveral years ago. This module allows domain users to avoid entering the username and password, but it needs to configure the address of the DC(Domain controller). Does this project need to configure the address of the DC?