- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for SendNTLMTargetName (0.1 sec)
-
src/main/java/jcifs/config/PropertyConfiguration.java
this.requireSecureNegotiate = Config.getBoolean(p, "jcifs.smb.client.requireSecureNegotiate", true); this.sendNTLMTargetName = Config.getBoolean(p, "jcifs.smb.client.SendNTLMTargetName", true); this.lanmanCompatibility = Config.getInt(p, "jcifs.smb.lmCompatibility", 3); this.allowNTLMFallback = Config.getBoolean(p, "jcifs.smb.allowNTLMFallback", true);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 8.9K bytes - Viewed (0) -
src/main/java/jcifs/config/BaseConfiguration.java
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 = ""; protected boolean allowGuestFallback = false; /**
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
* * @return whether to enforce verifying SPNEGO mechanismListMIC */ boolean isEnforceSpnegoIntegrity (); /** * Property <tt>jcifs.smb.client.SendNTLMTargetName</tt> (boolean, true) * * @return whether to send an AvTargetName with the NTLM exchange */ boolean isSendNTLMTargetName (); /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)