Ignore:
Timestamp:
Jul 26, 2016, 11:29:20 AM (9 years ago)
Author:
Paul Smedley
Message:

Add support to enable NTLMv1 authentication

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-3.0/src/smbwrp.c

    r930 r931  
    254254        }
    255255
     256        if (pRes->ntlmv1support) {
     257                lp_set_cmdline("client ntlmv2 auth","no");
     258        }
     259
    256260        status = cli_connect_nb(
    257261                server, NULL, port, name_type, NULL,
Note: See TracChangeset for help on using the changeset viewer.