Ignore:
Timestamp:
Jul 25, 2016, 11:55:48 AM (9 years ago)
Author:
Paul Smedley
Message:

Add support to enable Kerberos support, and make the plugin connect using kerberos when it's enabled

Location:
branches/client-3.0/src/rc
Files:
3 edited

Legend:

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

    r519 r930  
    3333                        DT_WORDBREAK
    3434        AUTOCHECKBOX    "", CHK_EASUPPORT, 180, 132, 10, 10, WS_GROUP
     35        LTEXT           "Supports KRB5", LBL_KRB5SUPPORT, 195, 140, 52, 10,
     36                        DT_WORDBREAK
     37        AUTOCHECKBOX    "", CHK_KRB5SUPPORT, 180, 142, 10, 10, WS_GROUP
    3538        PUSHBUTTON      "Cancel", DID_CANCEL, 7, 6, 56, 14
    3639                        PRESPARAMS PP_FONTNAMESIZE, "9.WarpSans Bold"
  • branches/client-3.0/src/rc/rc.h

    r519 r930  
    2323#define GB_CACHE                     1025
    2424#define GB_BROWSE                   1027
     25#define LBL_KRB5SUPPORT               1028
     26#define CHK_KRB5SUPPORT               1029
    2527#define LBL_CACHETIMEOUT        1014
    2628#define SPIN_CACHETIMEOUT       1015
  • branches/client-3.0/src/rc/rc.rc_

    r756 r930  
    4848   "    mastertype - 0 if 'master' is the name of master server, 1 if 'master' is the name of master workgroup\r\n"
    4949   "    easupport - 0 to not support EA, 1 to support\r\n"
     50   "    krb5support - 0 to not support kerberos authentication, 1 to support\r\n"
    5051   "\r\n"
    5152}
     
    126127RCDATA (DLG_ID + 11)
    127128{
     129    CHK_KRB5SUPPORT, PARMTYPE_INT, 0L, 1L, "krb5support", "%d", 0L
     130}
     131
     132RCDATA (DLG_ID + 12)
    128133    1
    129134}
Note: See TracChangeset for help on using the changeset viewer.