Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WORKGROUP (0.09 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/client/smb1/SmbClientTest.java

            Map<String, Object> params = new HashMap<>();
            SmbAuthentication auth = new SmbAuthentication();
            auth.setUsername("testuser1");
            auth.setPassword("test123");
            auth.setDomain("WORKGROUP");
            params.put("smb1Authentications", new SmbAuthentication[] { auth });
            client.setInitParameterMap(params);
            client.init();
    
            boolean connected = false;
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Tue Sep 23 06:42:59 UTC 2025
    - 30K bytes
    - Viewed (0)
  2. fess-crawler/src/test/java/org/codelibs/fess/crawler/client/smb/SmbClientTest.java

            Map<String, Object> params = new HashMap<>();
            SmbAuthentication auth = new SmbAuthentication();
            auth.setUsername("testuser1");
            auth.setPassword("test123");
            auth.setDomain("WORKGROUP");
            params.put("smbAuthentications", new SmbAuthentication[] { auth });
            client.setInitParameterMap(params);
            client.init();
    
            boolean connected = false;
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Tue Sep 23 06:42:59 UTC 2025
    - 31.9K bytes
    - Viewed (0)
Back to top