#
# require_strong = yes
- # Windows sends us a username in the form of
- # DOMAIN\user, but sends the challenge response
- # based on only the user portion. This hack
- # corrects for that incorrect behavior.
- #
-# with_ntdomain_hack = no
-
# The module can perform authentication itself, OR
# use a Windows Domain Controller. This configuration
# directive tells the module to call the ntlm_auth
{ "require_strong", PW_TYPE_BOOLEAN,
offsetof(rlm_mschap_t,require_strong), NULL, "no" },
{ "with_ntdomain_hack", PW_TYPE_BOOLEAN,
- offsetof(rlm_mschap_t,with_ntdomain_hack), NULL, "no" },
+ offsetof(rlm_mschap_t,with_ntdomain_hack), NULL, "yes" },
{ "passwd", PW_TYPE_STRING_PTR,
offsetof(rlm_mschap_t, passwd_file), NULL, NULL },
{ "ntlm_auth", PW_TYPE_STRING_PTR,