TQsoft-GmbH / mod_authn_ntlm

Apache 2.4 SSPI NTLM based authentication module for windows
Other
85 stars 27 forks source link

Do I need to configure the DC address? #60

Open gnyuan opened 1 year ago

gnyuan commented 1 year ago

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?

JBlond commented 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

gnyuan commented 1 year ago

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.

gnyuan commented 1 year ago

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!