- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for disablePlainTextPasswords (0.13 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
protected boolean allowNTLMFallback = true; protected boolean useRawNTLM = false; protected boolean disableSpnegoIntegrity = false; protected boolean enforceSpnegoIntegrity = true; protected boolean disablePlainTextPasswords = true; protected String oemEncoding = SmbConstants.DEFAULT_OEM_ENCODING; protected int flags2 = 0; protected int capabilities = 0; protected int sessionLimit = SmbConstants.DEFAULT_SSN_LIMIT;
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 use raw NTLMSSP tokens instead of SPNEGO wrapped ones * @since 2.1 */ boolean isUseRawNTLM (); /** * * Property <tt>jcifs.smb.client.disablePlainTextPasswords</tt> (boolean, default true) * * @return whether the usage of plaintext passwords is prohibited, defaults to false */ boolean isDisablePlainTextPasswords (); /** *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)