Ignore:
Timestamp:
Jan 15, 2017, 9:08:12 AM (9 years ago)
Author:
Paul Smedley
Message:

Add support for enabling/disabling encryption - fixes #289

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-3.0/src/rc/rc.rc_

    r935 r1006  
    4747   "    master - name of master server or master workgroup\r\n"
    4848   "    mastertype - 0 if 'master' is the name of master server, 1 if 'master' is the name of master workgroup\r\n"
     49   "    encryption - 0 to not support encryption (default), 1 to support\r\n"
     50   "    NTLMv1 auth support - 0 to not support NTLMv1 authentication (default), 1 to support\r\n"
     51   "    krb5support - 0 to not support kerberos authentication, 1 to support\r\n"
    4952   "    easupport - 0 to not support EA, 1 to support\r\n"
    50    "    krb5support - 0 to not support kerberos authentication, 1 to support\r\n"
    51    "    NTLMv1 auth support - 0 to not support NTLMv1 authentication (default), 1 to support\r\n"
    5253   "\r\n"
    5354}
     
    136137RCDATA (DLG_ID + 13)
    137138{
     139    CHK_ENCRYPTIONSUPPORT, PARMTYPE_INT, 0L, 1L, "encryptionsupport", "%d", 0L
     140}
     141
     142RCDATA (DLG_ID + 14)
     143{
    138144    1
    139145}
Note: See TracChangeset for help on using the changeset viewer.