- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for MYDOMAIN (2 sec)
-
src/test/java/jcifs/SIDTest.java
rpcSid.sub_authority = new int[] { 32, 544 }; SID sid = new SID(rpcSid, SID.SID_TYPE_ALIAS, "MYDOMAIN", "MyAlias", false); assertEquals("MYDOMAIN\\MyAlias", sid.toDisplayString()); SID domainSid = new SID(rpcSid, SID.SID_TYPE_DOMAIN, "MYDOMAIN", null, true); assertEquals("MYDOMAIN", domainSid.toDisplayString());
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.5K bytes - Viewed (0) -
README.md
jcifs.smb.client.useUnicode=true jcifs.smb.client.maxMpxCount=10 ``` ### Usage with Properties ```java Properties props = new Properties(); props.setProperty("jcifs.smb.client.domain", "MYDOMAIN"); props.setProperty("jcifs.smb.client.useLeases", "true"); Configuration config = new PropertyConfiguration(props); CIFSContext context = new BaseContext(config); ``` ## Development
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 09:24:52 UTC 2025 - 6.2K bytes - Viewed (0)