Changeset 1006 for branches/client-3.0/src/rc/rc.rc_
- Timestamp:
- Jan 15, 2017, 9:08:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-3.0/src/rc/rc.rc_
r935 r1006 47 47 " master - name of master server or master workgroup\r\n" 48 48 " 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" 49 52 " 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"52 53 "\r\n" 53 54 } … … 136 137 RCDATA (DLG_ID + 13) 137 138 { 139 CHK_ENCRYPTIONSUPPORT, PARMTYPE_INT, 0L, 1L, "encryptionsupport", "%d", 0L 140 } 141 142 RCDATA (DLG_ID + 14) 143 { 138 144 1 139 145 }
Note:
See TracChangeset
for help on using the changeset viewer.