Last active
December 31, 2015 20:09
-
-
Save aaranmcguire/8037831 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Directory "/var/www/auth/ldap"> | |
<Files ntlmsso_magic.php> | |
NTLMAuth on | |
AuthType NTLM | |
AuthName "Moodle NTLM Authentication" | |
NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp" | |
NTLMBasicAuthoritative on | |
require valid-user | |
</Files> | |
</Directory> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment