Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDefaultCredentials (0.09 sec)

  1. src/test/java/jcifs/tests/ContextConfigTest.java

            PropertyConfiguration p3 = new PropertyConfiguration(prop3);
    
            assertEquals(DialectVersion.SMB202, p3.getMinimumVersion());
        }
    
    
        @Test
        // #324
        public void testDefaultCredentials() throws CIFSException
        {
            Properties props = new Properties();
            props.put("jcifs.smb.client.domain", "my-domain");
            props.put("jcifs.smb.client.username", "my-default-user-id");
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 9.9K bytes
    - Viewed (0)
Back to top