- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for requireSecureNegotiate (0.16 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
protected boolean strictResourceLifecycle; protected Set<String> disallowCompound; protected DialectVersion minVersion; protected DialectVersion maxVersion; protected boolean requireSecureNegotiate = true; protected boolean sendNTLMTargetName = true; private byte[] machineId; protected String guestUsername = "GUEST"; protected String guestPassword = "";
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 20.4K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
*/ boolean isUseSMB2OnlyNegotiation (); /** * Enforce secure negotiation * * Property <tt>jcifs.smb.client.requireSecureNegotiate</tt> (boolean, default true) * * This does not provide any actual downgrade protection if SMB1 is allowed. *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)