Author |
|
PipoDeClown
Joined: 20 Dec 2005 Posts: 77
|
Posted: Sat 12 Dec '15 17:17 Post subject: Request VC14 mod_authn_ntml |
|
|
Split from https://www.apachelounge.com/viewtopic.php?p=32414
You are really fast. .18 even only appeared on apache.org after your post!
Request though: can you compile mod_authn_ntml for x64 vc14? |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
|
Back to top |
|
PipoDeClown
Joined: 20 Dec 2005 Posts: 77
|
Posted: Mon 14 Dec '15 21:54 Post subject: |
|
|
thanks
got some production servers to upgrade tomorrow then, as production is the best test in my experience... |
|
Back to top |
|
MennekeP
Joined: 18 Jan 2016 Posts: 2
|
Posted: Mon 18 Jan '16 12:27 Post subject: |
|
|
Just found out that NTLM does not work over HTTP/2...
And that
Quote: | <RequireNone>
Require user "ANONYMOUS LOGON"
#Require sspi-user "ANONYMOUS LOGON"
Require user "NT AUTHORITY\ANONYMOUS LOGON"
#Require sspi-user "NT AUTHORITY\ANONYMOUS LOGON"
</RequireNone> |
does not work either. It still allows these accounts.
Uncommenting Require sspi-user in this block, makes you unable to login completely. |
|
Back to top |
|
icing
Joined: 22 Sep 2015 Posts: 41 Location: Münster, Germany
|
Posted: Tue 19 Jan '16 12:38 Post subject: |
|
|
Hmm, not being familiar with the ntlm auth module, what exactly is the differences you see in terms of requests/responses when using HTTP/1.1 vs HTTP/2?
Thx. |
|
Back to top |
|