- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for myworkgroup (0.97 sec)
-
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) -
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)