Make fakeauth handle NTLMv2 better
NTLMv2 requires challenge flags to be a mirror of those received.
(NEGOTIATE_UNICODE & flags ? NEGOTIATE_UNICODE : NEGOTIATE_ASCII)
);
chal->hdr.type = htole32(NTLM_CHALLENGE);
+ chal->flags = flags;
chal->unknown[6] = htole16(0x003a);
d = (char *) chal + 48;
# Default configuration options.
# - Nothing special configured. Just whatever is found by "./configure"
#
-OPTS=""
+OPTS=" --disable-loadable-modules "
#
#
OPTS=" \
- --enable-loadable-modules \
+ --disable-loadable-modules \
--enable-gnuregex \
--enable-optimizations \
--enable-inline \