Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getLanManCompatibility (0.15 sec)

  1. src/main/java/jcifs/config/BaseConfiguration.java

        }
    
    
        @Override
        public boolean isDisablePlainTextPasswords () {
            return this.disablePlainTextPasswords;
        }
    
    
        @Override
        public int getLanManCompatibility () {
            return this.lanmanCompatibility;
        }
    
    
        @Override
        public boolean isAllowNTLMFallback () {
            return this.allowNTLMFallback;
        }
    
    
        @Override
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  2. src/main/java/jcifs/Configuration.java

         * </table>
         * 
         * 
         * Property <tt>jcifs.smb.lmCompatibility</tt> (int, default 3)
         * 
         * @return lanman compatibility level, defaults to 3 i.e. NTLMv2 only
         */
        int getLanManCompatibility ();
    
    
        /**
         * 
         * Property <tt>jcifs.smb.allowNTLMFallback</tt> (boolean, default true)
         * 
         * @return whether to allow fallback from kerberos to NTLM
         */
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 18K bytes
    - Viewed (0)
Back to top